]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix text overflow on update page
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Wed, 1 Aug 2018 11:36:44 +0000 (13:36 +0200)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Wed, 1 Aug 2018 11:36:44 +0000 (13:36 +0200)
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
core/css/guest.css

index 422ceace5bc4318d37e3833a0b8c516aa91b3303..f6700315b74e5e96d25cc9fa4ee3ae6eabde5c9d 100644 (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;