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
No known key found for this signature in database
GPG Key ID: CBD846FC845CBE17
1 changed files with
1 additions and
0 deletions
-
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; |
|
|
|
|