Skip to content

Commit

Permalink
+proper overflow: hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
puzzlet committed Mar 31, 2013
1 parent 3f5c756 commit cdac2cf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/css/_win95_common.scss
Expand Up @@ -263,6 +263,8 @@ $title-button-group-width: 16px + 16px + 2px + 16px + 2px;
right: $title-button-group-width;
color: #C0C0C0;
background-color: #808080;
white-space: nowrap;
overflow: hidden;
}

&.ui-selected {
Expand Down Expand Up @@ -600,6 +602,7 @@ ul.desktop-listview {

ul.toolbar {
height: 16px + (2px + 1px) * 2;
overflow: hidden;
li {
list-style-type: none;
float: left;
Expand Down

0 comments on commit cdac2cf

Please sign in to comment.