forked from CGM_Public/pretix_original
Small style change that fixes long word overflow in .panel-body elements in admin interface.
This commit is contained in:
committed by
Raphael Michel
parent
96b57994d9
commit
5376ce4bdb
@@ -396,6 +396,11 @@ body.loading #wrapper {
|
|||||||
background-color: #eeeeee;
|
background-color: #eeeeee;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.panel-body {
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
word-wrap: break-word;
|
||||||
|
}
|
||||||
|
|
||||||
.fa.disabled {
|
.fa.disabled {
|
||||||
color: $text-muted;
|
color: $text-muted;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user