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