Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
bs_base
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
bs_base
Commits
8a1eed11
Commit
8a1eed11
authored
10 months ago
by
Ivica Puljic
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3432519
by ytsurk: Introduce variable for responsive table activation
parent
afe488f3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
themes/bs_bootstrap/sass/base/partials/_table.scss
+1
-1
1 addition, 1 deletion
themes/bs_bootstrap/sass/base/partials/_table.scss
themes/bs_bootstrap/sass/variables/_bs_bootstrap.scss
+3
-0
3 additions, 0 deletions
themes/bs_bootstrap/sass/variables/_bs_bootstrap.scss
with
4 additions
and
1 deletion
themes/bs_bootstrap/sass/base/partials/_table.scss
+
1
−
1
View file @
8a1eed11
.table-responsive
{
@include
media-breakpoint-up
(
'md'
)
{
@include
media-breakpoint-up
(
$responsive-break-table
)
{
// For big screens its better that responsive table has display table so
// it expands to full width.
display
:
table
;
...
...
This diff is collapsed.
Click to expand it.
themes/bs_bootstrap/sass/variables/_bs_bootstrap.scss
+
3
−
0
View file @
8a1eed11
...
...
@@ -68,6 +68,9 @@ $form-text-line-height: 1.3 !default;
$form-text-margin-top
:
.3rem
!
default
;
$form-inline-group-gutter
:
2
*
$spacer
!
default
;
// Tables
$responsive-break-table
:
md
!
default
;
// Custom checkbox/radio and select controls should look the same like other
// input elements.
$custom-control-indicator-bg
:
$input-bg
!
default
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment