diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2017-01-17 08:56:11 +0100 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2017-01-23 09:08:10 +0100 |
commit | 47c63e6a3e4626c1565be83f45bc5dab087f4c5e (patch) | |
tree | d6eb5963fc87692d18fbe3f637b8e424b77571d1 /core | |
parent | a1f9425e65dc374328156479473b3078a0c846ab (diff) | |
download | nextcloud-server-47c63e6a3e4626c1565be83f45bc5dab087f4c5e.tar.gz nextcloud-server-47c63e6a3e4626c1565be83f45bc5dab087f4c5e.zip |
fix public sharing buttons
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
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 a46326e6a44..a8f72c7129f 100644 --- a/core/css/header.scss +++ b/core/css/header.scss @@ -45,7 +45,6 @@ right: 0; z-index: 2000; height: 45px; - line-height: 2.5em; background-color: #0082c9; box-sizing: border-box; justify-content: space-between; |