From 34c2340a4dfa1e28dcc4f46d1a7625677db69a94 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Tue, 20 Sep 2016 22:43:24 -0400 Subject: [PATCH] style fixes --- src/popup/less/components.less | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/popup/less/components.less b/src/popup/less/components.less index fd59cd6167..869bbeb105 100644 --- a/src/popup/less/components.less +++ b/src/popup/less/components.less @@ -207,16 +207,13 @@ color: @text-color; position: relative; z-index: 1; + &:extend(.clearfix all); &.text-primary { color: @brand-primary !important; } &:not(.wrap) { - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - .text, .detail { white-space: nowrap; overflow: hidden; @@ -373,6 +370,8 @@ input { display: inline-block; margin-left: 10px; + float: left; + width: 250px; } } }