aboutsummaryrefslogtreecommitdiff
path: root/resources/assets/stylesheets/jquery-ui.structure.css
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2024-12-04 15:24:25 +0000
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2024-12-04 15:24:25 +0000
commitfac89b11bc20d86ec435c1b450ccc50219002ecf (patch)
tree6d779253179cd5813aa5ab315d4a0d106fbbfe4c /resources/assets/stylesheets/jquery-ui.structure.css
parentd448125b9902919c070ce7aecbfdfe1b47feb3b5 (diff)
update vue2 -> vue3, fixes #3747
Closes #3747 Merge request studip/studip!3108
Diffstat (limited to 'resources/assets/stylesheets/jquery-ui.structure.css')
-rw-r--r--resources/assets/stylesheets/jquery-ui.structure.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/assets/stylesheets/jquery-ui.structure.css b/resources/assets/stylesheets/jquery-ui.structure.css
index 23f58da..76ed1e7 100644
--- a/resources/assets/stylesheets/jquery-ui.structure.css
+++ b/resources/assets/stylesheets/jquery-ui.structure.css
@@ -591,7 +591,8 @@ button.ui-button::-moz-focus-inner {
.ui-dialog .ui-dialog-content {
position: relative;
border: 0;
- padding: .5em 1em;
+ padding: .5em 1em 0;
+ margin-bottom: .5em;
background: none;
overflow: auto;
}