summaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorAastha Gupta <aastha.gupta4104@gmail.com>2018-02-15 17:34:42 +0530
committerAastha Gupta <aastha.gupta4104@gmail.com>2018-02-17 15:56:59 +0530
commit09dbcd964747b23aa0fdd1f3781f239396c6896d (patch)
tree27711f557ebfcb6bb3db74a38ca705d14c0b5474 /core/css
parentb631cc128642bcc08cd461ce098b4601fb4ab37f (diff)
downloadnextcloud-server-09dbcd964747b23aa0fdd1f3781f239396c6896d.tar.gz
nextcloud-server-09dbcd964747b23aa0fdd1f3781f239396c6896d.zip
Fix edit tag textbox size
Fixes #7586 Signed-off-by: Aastha Gupta <aastha.gupta4104@gmail.com>
Diffstat (limited to 'core/css')
-rw-r--r--core/css/systemtags.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/css/systemtags.scss b/core/css/systemtags.scss
index 76db389a6dc..bffafe101e3 100644
--- a/core/css/systemtags.scss
+++ b/core/css/systemtags.scss
@@ -43,6 +43,7 @@
position: relative;
input {
display: inline-block;
+ height: 30px;
width: calc(100% - 40px);
}
}