Fixes #3701 - Tags in ticket create screen displayed wrong

This commit is contained in:
Mantas 2021-08-17 18:54:27 +03:00 committed by Thorsten Eckel
parent 2632d9fc6b
commit 64f1b0c75b

View file

@ -7624,18 +7624,6 @@ footer {
margin-top: 10px; margin-top: 10px;
} }
.tag {
display: inline-block;
background: #0F94D6;
color: white;
border-radius: 999px;
padding: 2px 12px 1px;
&:hover {
background: hsl(200deg, 87%, 34%);
}
}
.userNotifications label + .btn { .userNotifications label + .btn {
margin-top: 1px; margin-top: 1px;
} }
@ -12975,6 +12963,15 @@ span.is-disabled {
.tag { .tag {
margin: 2px; margin: 2px;
display: inline-block;
background: #0F94D6;
color: white;
border-radius: 999px;
padding: 2px 12px 1px;
&:hover {
background: hsl(200deg, 87%, 34%);
}
} }
} }