Skip to content
GitLab
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
3fb1381a
Commit
3fb1381a
authored
11 years ago
by
Mark Otto
Browse files
Options
Download
Plain Diff
Merge pull request #11084 from ZDroid/variable_way
Unhardcode .table-responsive bottom margin
parents
256f3a99
4ce1b08c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
less/tables.less
+1
-1
less/tables.less
with
1 addition
and
1 deletion
+1
-1
less/tables.less
+
1
-
1
View file @
3fb1381a
...
...
@@ -174,7 +174,7 @@ table {
@media (max-width: @screen-xs-max) {
.table-responsive {
width: 100%;
margin-bottom:
15px
;
margin-bottom:
(@line-height-computed * 0.75)
;
overflow-y: hidden;
overflow-x: scroll;
-ms-overflow-style: -ms-autohiding-scrollbar;
...
...
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