Skip to content
This repository has been archived by the owner on Sep 24, 2019. It is now read-only.

Commit

Permalink
Fixed overflow issues on select
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Pyles committed Feb 11, 2010
1 parent 0c1e64c commit c9660c1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion css/uniform.default.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
Uniform Theme: Uniform Default
Version: 1.5
Version: 1.5.5
By: Josh Pyles
License: MIT License
---
Expand Down Expand Up @@ -381,11 +381,15 @@ Not advised to edit stuff below this line
div.selector {
position: relative;
padding-left: 10px;
overflow: hidden;
}

div.selector span {
display: block;
float: left;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

div.selector select {
Expand Down

0 comments on commit c9660c1

Please sign in to comment.