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
c7b07a56
Commit
c7b07a56
authored
11 years ago
by
Mark Otto
Browse files
Options
Download
Plain Diff
Merge pull request #12742 from ZDroid/table-responsive-mixin
Make .table-responsive usable as mixin
parents
f3e172a8
dfa5edca
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
less/tables.less
+2
-2
less/tables.less
with
2 additions
and
2 deletions
+2
-2
less/tables.less
+
2
-
2
View file @
c7b07a56
...
...
@@ -168,8 +168,8 @@ table {
// by enabling horizontal scrolling. Only applies <768px. Everything above that
// will display normally.
@media (max-width: @screen-xs-max)
{
.table-responsive
{
.table-responsive
{
@media (max-width: @screen-xs-max)
{
width: 100%;
margin-bottom: (@line-height-computed * 0.75);
overflow-y: hidden;
...
...
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