mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
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;
|
||||
}
|
||||
|
||||
.panel-body {
|
||||
overflow-wrap: break-word;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.fa.disabled {
|
||||
color: $text-muted;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user