mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
MDL-56588 theme_boost: Nice wrapping text in flat nav
When section titles were too long they did not wrap nicely.
This commit is contained in:
parent
c40a53775f
commit
de1af8a6ed
@ -10,9 +10,16 @@
|
||||
{{#action}}
|
||||
<a class="list-group-item list-group-item-action {{#isactive}}font-weight-bold{{/isactive}}" href="{{{action}}}"><span class="m-l-{{get_indent}}">
|
||||
{{#is_section}}
|
||||
{{#pix}}i/folder{{/pix}}
|
||||
<div class="media">
|
||||
<span class="media-left">
|
||||
{{#pix}}i/folder{{/pix}}
|
||||
</span>
|
||||
<span class="media-body">{{text}}</span>
|
||||
</div>
|
||||
{{/is_section}}
|
||||
{{^is_section}}
|
||||
{{text}}
|
||||
{{/is_section}}
|
||||
{{text}}
|
||||
</span></a>
|
||||
{{/action}}
|
||||
{{^action}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user