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