Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core/css
diff options
context:
space:
mode:
authorAastha Gupta <aastha.gupta4104@gmail.com>2018-02-15 15:04:42 +0300
committerAastha Gupta <aastha.gupta4104@gmail.com>2018-02-17 13:32:14 +0300
commit39a513692955905e95b72f491a29a31e8126e733 (patch)
tree85af1dd0a8339eb7a2687c1527e123f9a83acbce /core/css
parent245ededfb459cfa176ffda43d03f697a45652b1a (diff)
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 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);
}
}