Skip to content

Commit

Permalink
Fix overflowing long texts in add menu
Browse files Browse the repository at this point in the history
  • Loading branch information
pulzarraider committed Aug 28, 2014
1 parent dfc2e55 commit c756d76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Resources/public/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ body > .header .logo {

.dropdown-add .dropdown-menu > li > a {
white-space: normal;
overflow: hidden;
}

/* top right */
Expand Down

0 comments on commit c756d76

Please sign in to comment.