mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2026-09-24 02:17:59 +02:00
Improve wrapping of external DNS value column to prevent layout overflow
This commit is contained in:
@@ -14,8 +14,9 @@
|
||||
border: 0;
|
||||
padding-top: .75em;
|
||||
padding-bottom: 0;
|
||||
max-width: 50vw;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
#external_dns_settings .value {
|
||||
word-break: break-all;
|
||||
}
|
||||
#external_dns_settings .explanation td {
|
||||
border: 0;
|
||||
|
||||
Reference in New Issue
Block a user