mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
webui: break long text in a code element in a modal
Reviewed-By: Endi Sukma Dewata <edewata@redhat.com>
This commit is contained in:
parent
31df435e41
commit
b0a61ab953
@ -247,6 +247,11 @@ div[name=settings].facet-group li a {
|
||||
|
||||
/* ---- Dialog ---- */
|
||||
|
||||
.modal code {
|
||||
white-space: normal;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.action-button-disabled,
|
||||
.action-button-disabled:focus,
|
||||
.action-button-disabled:hover {
|
||||
|
Loading…
Reference in New Issue
Block a user