Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
343fd1bb
Commit
343fd1bb
authored
11 years ago
by
Sam Bowler
Browse files
Options
Download
Email Patches
Plain Diff
Fix responsive table scrolling on Windows Phone 8.
parent
24f57bdf
1 merge request
!10057
Fix responsive table scrolling on Windows Phone 8.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
less/tables.less
+2
-1
less/tables.less
with
2 additions
and
1 deletion
+2
-1
less/tables.less
+
2
-
1
View file @
343fd1bb
...
...
@@ -176,7 +176,7 @@ table {
// Responsive tables
//
// Wrap your tables in `.table-
scrollabl
e` and we'll make them mobile friendly
// Wrap your tables in `.table-
responsiv
e` and we'll make them mobile friendly
// by enabling horizontal scrolling. Only applies <768px. Everything above that
// will display normally.
...
...
@@ -186,6 +186,7 @@ table {
margin-bottom: 15px;
overflow-y: hidden;
overflow-x: scroll;
-ms-overflow-style: -ms-autohiding-scrollbar;
border: 1px solid @table-border-color;
// Tighten up spacing and give a background color
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets