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
dfa5edca
Commit
dfa5edca
authored
11 years ago
by
Zlatan Vasović
Browse files
Options
Download
Email Patches
Plain Diff
Make .table-responsive usable as mixin
parent
accc95cc
4 merge requests
!28721
Hot test
,
!12742
Make .table-responsive usable as mixin
,
!22103
test
,
!25326
Adjust examples
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 @
dfa5edca
...
...
@@ -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