Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
integration
prechecker
Commits
84d5a89c
Commit
84d5a89c
authored
Nov 03, 2014
by
Sam Hemelryk
Browse files
MDL-48026 usermenu: convert menu nowrap from CSS to method
parent
8a375d27
Changes
3
Hide whitespace changes
Inline
Side-by-side
lib/outputrenderers.php
View file @
84d5a89c
...
...
@@ -3044,6 +3044,7 @@ EOD;
$returnstr
);
$am
->
set_alignment
(
action_menu
::
TR
,
action_menu
::
BR
);
$am
->
set_nowrap_on_items
();
if
(
$withlinks
)
{
$navitemcount
=
count
(
$opts
->
navitems
);
$idx
=
0
;
...
...
theme/bootstrapbase/less/moodle/modules.less
View file @
84d5a89c
...
...
@@ -567,7 +567,6 @@ div#dock {
}
a {
white-space: nowrap;
border-radius: 0;
&:focus {
...
...
theme/bootstrapbase/style/moodle.css
View file @
84d5a89c
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment