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
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:26:59 +0300
commit09dbcd964747b23aa0fdd1f3781f239396c6896d (patch)
tree27711f557ebfcb6bb3db74a38ca705d14c0b5474 /core
parentb631cc128642bcc08cd461ce098b4601fb4ab37f (diff)
Fix edit tag textbox size
Fixes #7586 Signed-off-by: Aastha Gupta <aastha.gupta4104@gmail.com>
Diffstat (limited to 'core')
-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);
}
}