Inline Labels: wrap them

see #1288
This commit is contained in:
Felix Niklas 2017-07-28 10:15:30 +02:00
parent b937d05b06
commit a222a0878f

View file

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