Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Client
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
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
web-et-numerique
Factory
Resin
Client
Commits
badc79b3
Commit
badc79b3
authored
1 year ago
by
Mathieu Ponton
Browse files
Options
Downloads
Patches
Plain Diff
fix(checkboxes): visual bug with labels checkboxes
parent
5b7b2061
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!783
V3.0.0
,
!746
fix: visual bug with labels checkboxes
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/app/form/form-view/structure-form/structure-labels/structure-labels.component.scss
+6
-2
6 additions, 2 deletions
...ure-form/structure-labels/structure-labels.component.scss
src/assets/ico/annuaire-unlogged.svg
+114
-275
114 additions, 275 deletions
src/assets/ico/annuaire-unlogged.svg
with
120 additions
and
277 deletions
src/app/form/form-view/structure-form/structure-labels/structure-labels.component.scss
+
6
−
2
View file @
badc79b3
...
...
@@ -4,7 +4,11 @@
flex-wrap
:
wrap
;
app-checkbox-form
{
flex-grow
:
1
;
flex-basis
:
0
;
flex-grow
:
0
;
flex-basis
:
calc
(
50%
-
8px
);
@media
(
max-width
:
600px
)
{
flex-basis
:
100%
;
}
}
}
This diff is collapsed.
Click to expand it.
src/assets/ico/annuaire-unlogged.svg
+
114
−
275
View file @
badc79b3
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