diff options
author | Aastha Gupta <aastha.gupta4104@gmail.com> | 2018-02-15 17:34:42 +0530 |
---|---|---|
committer | Aastha Gupta <aastha.gupta4104@gmail.com> | 2018-02-17 15:56:59 +0530 |
commit | 09dbcd964747b23aa0fdd1f3781f239396c6896d (patch) | |
tree | 27711f557ebfcb6bb3db74a38ca705d14c0b5474 /core/css | |
parent | b631cc128642bcc08cd461ce098b4601fb4ab37f (diff) | |
download | nextcloud-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.scss | 1 |
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); } } |