style fixes

This commit is contained in:
Kyle Spearrin 2016-09-20 22:43:24 -04:00
parent aad5dae40d
commit 34c2340a4d
1 changed files with 3 additions and 4 deletions

View File

@ -207,16 +207,13 @@
color: @text-color; color: @text-color;
position: relative; position: relative;
z-index: 1; z-index: 1;
&:extend(.clearfix all);
&.text-primary { &.text-primary {
color: @brand-primary !important; color: @brand-primary !important;
} }
&:not(.wrap) { &:not(.wrap) {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
.text, .detail { .text, .detail {
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;
@ -373,6 +370,8 @@
input { input {
display: inline-block; display: inline-block;
margin-left: 10px; margin-left: 10px;
float: left;
width: 250px;
} }
} }
} }