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 16:02:14 +0530 |
commit | 39a513692955905e95b72f491a29a31e8126e733 (patch) | |
tree | 85af1dd0a8339eb7a2687c1527e123f9a83acbce | |
parent | 245ededfb459cfa176ffda43d03f697a45652b1a (diff) | |
download | nextcloud-server-39a513692955905e95b72f491a29a31e8126e733.tar.gz nextcloud-server-39a513692955905e95b72f491a29a31e8126e733.zip |
Fix edit tag textbox size
Fixes #7586
Signed-off-by: Aastha Gupta <aastha.gupta4104@gmail.com>
-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 b32f33f36e5..3f15c05b777 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); } } |