Skip to content

Commit

Permalink
Limit the width of labels in the app list
Browse files Browse the repository at this point in the history
  • Loading branch information
philipnrmn committed Nov 10, 2015
1 parent 0b7dde4 commit 94943c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## Unversioned
### Changed
- Introduced a maximum width for labels in the app list.

### Fixed
- \#2593 - Very long labels expand horizontal scrollbar in app list

Expand Down
3 changes: 3 additions & 0 deletions src/css/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,9 @@ a:focus {
color: @navbar-inactive-color;
font-size: @small-font-size;
font-weight: normal;
max-width: @horizontal-spacing-unit * 64;
overflow: hidden;
text-overflow: ellipsis;

&.visible {
position: relative;
Expand Down

0 comments on commit 94943c0

Please sign in to comment.