JeffreyWay / Laracasts-Bugs

Exclusively for user-submitted bugs and errors at laracasts.com
9 stars 0 forks source link

Layout issue on episode detail view #104

Closed remluben closed 9 years ago

remluben commented 9 years ago

I've encountered a minor layout issue on Firefox 32.0 / Ubuntu 14.04. When watching an episode i.e. https://laracasts.com/series/build-a-laravel-app-from-scratch/episodes/20, the completed button at the button row above the video container breaks the layout.

dummy_users_and_statuses_-_2014-10-13_21 06 34

As far as I could see, the button width seems to be the problem:

 lesson-meta > li button {
     width: 147px;
 }

As I said, it's just a minor issue, that does not really effect my user experience at laracasts, but nevertheless, I thought I should give some feedback.

Thanks

JeffreyWay commented 9 years ago

Thanks. Fixed!