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/src
diff options
context:
space:
mode:
authorMarco Ambrosini <marcoambrosini@pm.me>2020-12-18 17:39:48 +0300
committerMarco Ambrosini <marcoambrosini@pm.me>2020-12-18 17:39:48 +0300
commitf2b0afdb6028d50bdc6794fafb03b5936eeeaf00 (patch)
tree6f86bc49701f254f2ef478acd3c6aeac985de591 /core/src
parentf37e150d1caa0918e3258011f3c9b04ce469bb7c (diff)
fix-dialog-buttons
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
Diffstat (limited to 'core/src')
-rw-r--r--core/src/jquery/css/jquery.ocdialog.scss4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/src/jquery/css/jquery.ocdialog.scss b/core/src/jquery/css/jquery.ocdialog.scss
index 07a4f90ed07..b7e762f4cb6 100644
--- a/core/src/jquery/css/jquery.ocdialog.scss
+++ b/core/src/jquery/css/jquery.ocdialog.scss
@@ -42,7 +42,9 @@
button {
white-space: nowrap;
overflow: hidden;
- text-overflow: ellipsis;
+ text-overflow: ellipsis;
+ height: 44px;
+ min-width: 44px;
}
}