Commit 6426e9df by kevalbhatt

ATLAS-2153 : UI : Adding more columns to the search table masks the Remove tag button

parent 24d8d186
...@@ -220,14 +220,18 @@ button:focus { ...@@ -220,14 +220,18 @@ button:focus {
} }
.btn-fixed-width { .btn-fixed-width {
.btn-icon>span { .btn-icon {
min-width: 100px;
>span {
@include ellipsis(); @include ellipsis();
float: left; float: left;
width: 100px; width: 76px;
padding: 2px 5px !important; padding: 2px 5px !important;
} }
>i { >i {
float: right; float: right;
line-height: 15px;
}
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment