Styling for tags

This commit is contained in:
Jasper Miller-Waugh
2021-10-28 14:53:27 +13:00
parent 5e6d945095
commit 9143b73f84
2 changed files with 7 additions and 0 deletions

View File

@@ -346,6 +346,10 @@ textarea.form-control {
&.active {
background-color: #cdf8f4;
}
// Removes margin to line up tags list with uptime percentage
.tags, .tag-wrapper:first-child {
margin-left: 0 !important;
}
}
}