Merge branch 'MDL-73369-master' of https://github.com/bmbrands/moodle

This commit is contained in:
Jun Pataleta 2021-12-21 16:36:51 +08:00
commit c6c2ad8360
4 changed files with 10 additions and 1 deletions

View File

@ -59,7 +59,7 @@
{{>core_contentbank/bankcontent/toolbar_dropdown}}
{{/dropdown}}
{{^dropdown}}
<a href="{{ link }}" class="icon-no-margin btn btn-secondary" title="{{ name }}" data-action="{{ action }}">
<a href="{{ link }}" class="icon-no-margin btn btn-secondary text-nowrap" title="{{ name }}" data-action="{{ action }}">
{{#pix}} {{{ icon }}} {{/pix}} {{{ name }}}
</a>
{{/dropdown}}

View File

@ -165,3 +165,6 @@
max-height: 190px;
overflow-y: auto;
}
.cb-navigation-container .singleselect .custom-select {
width: 100%;
}

View File

@ -13665,6 +13665,9 @@ table.calendartable caption {
max-height: 190px;
overflow-y: auto; }
.cb-navigation-container .singleselect .custom-select {
width: 100%; }
/* course.less */
/* COURSE CONTENT */
.section_add_menus {

View File

@ -13665,6 +13665,9 @@ table.calendartable caption {
max-height: 190px;
overflow-y: auto; }
.cb-navigation-container .singleselect .custom-select {
width: 100%; }
/* course.less */
/* COURSE CONTENT */
.section_add_menus {