mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
MDL-74324 contentbank: fix RTL dropdown menu
This commit is contained in:
parent
7ce003b666
commit
4d5395d27b
@ -48,8 +48,8 @@ along with Moodle. If not, see <http://www.gnu.org/licenses/>.
|
||||
<button aria-label="{{#str}}actionsmenu{{/str}}" class="btn btn-secondary dropdown-toggle" id="dropdown-actions" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
{{#str}}more, core_contentbank{{/str}}
|
||||
</button>
|
||||
|
||||
<div class="dropdown-menu" aria-labelledby="dropdown-actions">
|
||||
{{! dropdown-menu-right style to fix RTL placement }}
|
||||
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="dropdown-actions">
|
||||
{{#options}}
|
||||
<a class="dropdown-item" {{#attributes}}{{name}}="{{value}}"{{/attributes}} href="{{url}}">{{label}}</a>
|
||||
{{/options}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user