Browse Source

Fix text overflow on update page

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
pull/10485/head
Jan-Christoph Borchardt 7 years ago
parent
commit
d64a9f3d0d
No known key found for this signature in database GPG Key ID: CBD846FC845CBE17
  1. 1
      core/css/guest.css

1
core/css/guest.css

@ -522,6 +522,7 @@ form #selectDbType label.ui-state-active {
background-color: rgba(0,0,0,.3);
color: #fff;
text-align: left;
word-wrap: break-word;
border-radius: 3px;
cursor: default;
-moz-user-select: text;

Loading…
Cancel
Save