diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2019-06-26 10:47:29 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2019-06-26 10:47:29 +0200 |
commit | 4686fc6734296a370fd0e9ea8332100476e3b162 (patch) | |
tree | 8c7341fbb7f333c8a8a333d405801c936e0038b9 /core | |
parent | bc276cdd83aeb40e70ccca4573b4318ca7dceb81 (diff) | |
download | nextcloud-server-4686fc6734296a370fd0e9ea8332100476e3b162.tar.gz nextcloud-server-4686fc6734296a370fd0e9ea8332100476e3b162.zip |
Show share link header text always in 2 rows
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'core')
-rw-r--r-- | core/css/header.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/css/header.scss b/core/css/header.scss index c1e89b5cc8e..2b63dc978ac 100644 --- a/core/css/header.scss +++ b/core/css/header.scss @@ -62,7 +62,6 @@ height: 100%; box-sizing: border-box; opacity: 1; - display: flex; align-items: center; flex-wrap: wrap; overflow: hidden; |