File tree Expand file tree Collapse file tree
resources/css/components/nav Expand file tree Collapse file tree Original file line number Diff line number Diff line change 177177 /* Increase the pointer targets a little to improve usability */
178178 padding : var (--dropdown-nav-item-padding );
179179 display : inline-block;
180+ /* Break at word boundaries when possible, for example, break on a long word like User:Forgot_Password_Form: */
181+ word-break : break-word;
180182 text-box : trim-start;
181183 }
182184 .o-current-menu-item {
Original file line number Diff line number Diff line change 171171 /* Need this to line up so that the scroll spy line also continues to line up */
172172 padding-inline : 0 ;
173173 a {
174+ /* Break at word boundaries when possible, for example, break on a long word like User:Forgot_Password_Form: */
175+ word-break : break-word;
174176 /* Indent the subnav */
175177 margin-inline-start : 0.3rem ;
176178 padding-inline : var (--spacing-2xs );
You can’t perform that action at this time.
0 commit comments