fix padding after search tags

This commit is contained in:
John Mitchell
2016-12-14 15:05:26 -05:00
parent 1a9f304b77
commit 0c7421460c

View File

@@ -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 {