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 {
@include ellipsis(); min-width: 100px;
float: left; >span {
width: 100px; @include ellipsis();
padding: 2px 5px !important; float: left;
} width: 76px;
>i { padding: 2px 5px !important;
float: right; }
>i {
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