summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenry Castro <hcastro@collabora.com>2020-12-08 14:19:47 -0400
committerHenry Castro <hcastro@collabora.com>2020-12-09 08:00:51 -0400
commit80dabb7e6b07a3ef653c0825a79266024e928ff9 (patch)
tree3975d3e156ba6abff2994b06648fc1e661bbb70e
parentwopi: send file name with saveas response (diff)
downloadonline-80dabb7e6b07a3ef653c0825a79266024e928ff9.tar.gz
online-80dabb7e6b07a3ef653c0825a79266024e928ff9.zip
jsdialog: increase minimum width and height
When Macro Dialog Selector dialog is shown, the empty list box is too small. Change-Id: Ic07d2e027c250744f0e830d648a5d0865a3375ee Signed-off-by: Henry Castro <hcastro@collabora.com>
-rw-r--r--loleaflet/css/jsdialogs.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/loleaflet/css/jsdialogs.css b/loleaflet/css/jsdialogs.css
index 9f928a57df..8dc8bd226a 100644
--- a/loleaflet/css/jsdialogs.css
+++ b/loleaflet/css/jsdialogs.css
@@ -91,8 +91,8 @@ td.jsdialog > [id^='table-box'] {
.ui-treeview-body {
display: block;
- min-height: 50px;
- min-width: 50px;
+ min-height: 100px;
+ min-width: 100px;
max-height: 150px;
overflow-y: auto;
overflow-x: hidden;
@@ -325,4 +325,4 @@ td.jsdialog > [id^='table-box'] {
width: 20%;
border-bottom: none;
color: #636363 !important;
-} \ No newline at end of file
+}