Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
gin
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
gin
Commits
13b59368
Commit
13b59368
authored
6 months ago
by
Joe Sutta
Committed by
Sascha Eggenberger
6 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Resolve
#3461925
"Margin setting on"
parent
b490423a
No related branches found
No related tags found
3 merge requests
!571
Issue #3417719: Refine User Experience: Addressing Size, Position, and Hover...
,
!562
Issue #3417719: Refine User Experience: Addressing Size, Position, and Hover...
,
!474
Resolve #3461925 "Margin setting on"
Pipeline
#252110
passed
6 months ago
Stage: build
Stage: test
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dist/css/components/tabs.css
+4
-1
4 additions, 1 deletion
dist/css/components/tabs.css
styles/components/tabs.scss
+4
-1
4 additions, 1 deletion
styles/components/tabs.scss
with
8 additions
and
2 deletions
dist/css/components/tabs.css
+
4
−
1
View file @
13b59368
...
...
@@ -404,7 +404,6 @@
.horizontal-tabs
.horizontal-tabs-pane
{
padding
:
0
;
margin
:
0
;
box-shadow
:
none
;
}
...
...
@@ -416,6 +415,10 @@
margin-top
:
var
(
--gin-spacing-m
);
}
.horizontal-tabs
.paragraphs-subform
.horizontal-tabs-panes
{
margin-top
:
var
(
--gin-spacing-s
);
}
.claro-details__description
{
max-width
:
var
(
--gin-max-line-length
);
}
...
...
This diff is collapsed.
Click to expand it.
styles/components/tabs.scss
+
4
−
1
View file @
13b59368
...
...
@@ -329,7 +329,6 @@
.horizontal-tabs-pane
{
padding
:
0
;
margin
:
0
;
box-shadow
:
none
;
>
.details-wrapper
{
...
...
@@ -340,6 +339,10 @@
}
}
}
.paragraphs-subform
.horizontal-tabs-panes
{
margin-top
:
var
(
--
gin-spacing-s
);
}
}
.claro-details__description
{
...
...
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