Browse Source

Fix text overflow on update page

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
tags/v14.0.0beta3
Jan-Christoph Borchardt 5 years ago
parent
commit
d64a9f3d0d
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      core/css/guest.css

+ 1
- 0
core/css/guest.css View File

@@ -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