Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
roomlist
Commits
9fc975e5
Commit
9fc975e5
authored
Oct 29, 2016
by
Daniel W Bond
Browse files
wrapping text on mobile block buttons
parent
7c731e2c
Changes
1
Show whitespace changes
Inline
Side-by-side
roomlist/static/css/style.css
View file @
9fc975e5
...
...
@@ -71,7 +71,7 @@ a[name] {
}
.container-padding
{
padding-top
:
30px
;
t
}
}
.minor-padding
{
padding-bottom
:
24px
;
...
...
@@ -141,6 +141,9 @@ outline-offset: none;
@media
(
max-width
:
768px
)
{
.student-row
>
.row
>
.col-xs-6
:nth-child
(
2
n
+
1
)
{
clear
:
both
;
}
.btn-mobile
{
white-space
:
normal
;
}}
@media
(
min-width
:
768px
)
{
...
...
Write
Preview
Markdown
is supported
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