mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -02:30
fix padding after search tags
This commit is contained in:
@@ -100,7 +100,7 @@
|
|||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
color: @default-interface-txt;
|
color: @default-interface-txt;
|
||||||
background-color: @default-bg;
|
background-color: @default-bg;
|
||||||
margin-right: 5px;
|
margin-right: 10px;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
@@ -115,7 +115,7 @@
|
|||||||
max-width: ~"calc(100% - 23px)";
|
max-width: ~"calc(100% - 23px)";
|
||||||
background-color: @default-link;
|
background-color: @default-link;
|
||||||
color: @default-bg;
|
color: @default-bg;
|
||||||
margin-right: 5px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.SmartSearch-deleteContainer {
|
.SmartSearch-deleteContainer {
|
||||||
|
|||||||
Reference in New Issue
Block a user