parent
b937d05b06
commit
a222a0878f
1 changed files with 11 additions and 1 deletions
|
@ -1298,11 +1298,21 @@ label,
|
|||
margin: 0;
|
||||
text-transform: none;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
table {
|
||||
.inline-label,
|
||||
.label-success,
|
||||
.label-warning,
|
||||
.label-danger {
|
||||
white-space: nowrap; /* for labels in tables that might get crushed view: calendar_subscriptions */
|
||||
}
|
||||
}
|
||||
|
||||
.inline-label {
|
||||
color: hsl(206,7%,28%);
|
||||
}
|
||||
|
||||
.label-text {
|
||||
margin-left: 3px;
|
||||
user-select: none;
|
||||
|
|
Loading…
Reference in a new issue