Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
layout_paragraphs
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
layout_paragraphs
Merge requests
!75
Issue
#3269075
: beta7 breaks layout selection modal
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3269075
: beta7 breaks layout selection modal
issue/layout_paragraphs-3269075:3269075-beta7-breaks-layout
into
2.0.x
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Justin Toupin
requested to merge
issue/layout_paragraphs-3269075:3269075-beta7-breaks-layout
into
2.0.x
3 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
2.0.x
2.0.x (base)
and
latest version
latest version
f9a01681
1 commit,
3 years ago
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
css/layout-select.css
+
2
−
2
Options
@@ -7,12 +7,12 @@
flex
:
0
1
150px
;
margin-right
:
10px
;
}
.layout-select__item
.form-item__
label.option
{
.layout-select__item
label
.option
{
display
:
flex
;
padding
:
10px
;
outline
:
1px
solid
#ccc
;
}
.layout-select__item
input
:checked
+
label
.
form-item__label
{
.layout-select__item
input
:checked
+
label
.
option
{
outline
:
2px
solid
blue
;
transition
:
.1s
all
;
font-weight
:
bold
;
Loading