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