Browse Source

fix-dialog-buttons

Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
tags/v21.0.0beta3
Marco Ambrosini 3 years ago
parent
commit
f2b0afdb60
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      core/src/jquery/css/jquery.ocdialog.scss

+ 3
- 1
core/src/jquery/css/jquery.ocdialog.scss View File

@@ -42,7 +42,9 @@
button {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
text-overflow: ellipsis;
height: 44px;
min-width: 44px;
}
}


Loading…
Cancel
Save