Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
66e7bf8f
Commit
66e7bf8f
authored
Jan 29, 2013
by
Angie Byron
Browse files
Issue
#1887008
by jayboodhun, echoz: Help Admin page - topics overlapping in Narrow screens.
parent
ae9f336e
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/modules/help/help.css
View file @
66e7bf8f
...
...
@@ -7,3 +7,14 @@
.help-items-last
{
margin-right
:
0
;
/* LTR */
}
/**
* Avoid text overlapping on a narrow viewport.
*/
@media
screen
and
(
max-width
:
480px
)
{
.help-items
{
float
:
none
;
width
:
100%
;
margin
:
0
;
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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