Skip to content

Commit

Permalink
MDL-73875 reportbuilder: Fix inplace editable overflows
Browse files Browse the repository at this point in the history
  • Loading branch information
roland04 committed Feb 16, 2022
1 parent d24a4ab commit 705c052
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions theme/boost/scss/moodle/reportbuilder.scss
Expand Up @@ -170,6 +170,9 @@ $rb-right-sidebar-width: 350px;
flex-basis: auto;
}
}
.inplaceeditable.inplaceeditingon input {
width: 100%;
}
}

/* Add button styles when a toggle button is active. */
Expand Down
2 changes: 2 additions & 0 deletions theme/boost/style/moodle.css
Expand Up @@ -21174,6 +21174,8 @@ div.editor_atto_toolbar button .icon {
max-width: initial; }
.reportbuilder-sidebar-settings div[data-region="settings-cardview"] form div[data-fieldtype="submit"] {
flex-basis: auto; }
.reportbuilder-sidebar-settings .inplaceeditable.inplaceeditingon input {
width: 100%; }

/* Add button styles when a toggle button is active. */
.reportbuilder-wrapper button.btn-outline-secondary[data-toggle="collapse"]:not(.collapsed),
Expand Down
2 changes: 2 additions & 0 deletions theme/classic/style/moodle.css
Expand Up @@ -21120,6 +21120,8 @@ div.editor_atto_toolbar button .icon {
max-width: initial; }
.reportbuilder-sidebar-settings div[data-region="settings-cardview"] form div[data-fieldtype="submit"] {
flex-basis: auto; }
.reportbuilder-sidebar-settings .inplaceeditable.inplaceeditingon input {
width: 100%; }

/* Add button styles when a toggle button is active. */
.reportbuilder-wrapper button.btn-outline-secondary[data-toggle="collapse"]:not(.collapsed),
Expand Down

0 comments on commit 705c052

Please sign in to comment.