mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2024-11-22 02:17:26 +00:00
Improve wrapping of external DNS value column to prevent layout overflow
see #244 Conflicts: management/templates/external-dns.html
This commit is contained in:
parent
47dd59c2a7
commit
f0508d8cc9
@ -12,8 +12,9 @@
|
|||||||
border: 0;
|
border: 0;
|
||||||
padding-top: .75em;
|
padding-top: .75em;
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
max-width: 50vw;
|
}
|
||||||
word-wrap: break-word;
|
#external_dns_settings .value {
|
||||||
|
word-break: break-all;
|
||||||
}
|
}
|
||||||
#external_dns_settings .explanation td {
|
#external_dns_settings .explanation td {
|
||||||
border: 0;
|
border: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user