Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
laboite
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
apps.education
laboite
Commits
49edba0a
Commit
49edba0a
authored
2 years ago
by
Othmane ROGLER
Browse files
Options
Downloads
Patches
Plain Diff
fix(ui): add margin between card grid and toolbar
parent
d4e2baa5
No related branches found
No related tags found
3 merge requests
!654
Publish stable version
,
!631
Generate testing v6
,
!598
Resolve "List view should be the default one"
Pipeline
#18271
passed
2 years ago
Stage: initial-checks
Stage: deps
Stage: test
Stage: build
Stage: release
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
app/imports/ui/pages/groups/GroupsPage.jsx
+1
-0
1 addition, 0 deletions
app/imports/ui/pages/groups/GroupsPage.jsx
app/imports/ui/pages/services/ServicesPage.jsx
+1
-0
1 addition, 0 deletions
app/imports/ui/pages/services/ServicesPage.jsx
with
2 additions
and
0 deletions
app/imports/ui/pages/groups/GroupsPage.jsx
+
1
−
0
View file @
49edba0a
...
...
@@ -36,6 +36,7 @@ const useStyles = makeStyles()(() => ({
},
cardGrid
:
{
marginBottom
:
'
0px
'
,
marginTop
:
'
10px
'
,
},
mobileButtonContainer
:
{
display
:
'
flex
'
,
...
...
This diff is collapsed.
Click to expand it.
app/imports/ui/pages/services/ServicesPage.jsx
+
1
−
0
View file @
49edba0a
...
...
@@ -45,6 +45,7 @@ const useStyles = makeStyles()((theme, isMobile) => ({
},
cardGrid
:
{
marginBottom
:
'
0px
'
,
marginTop
:
'
10px
'
,
},
chip
:
{
margin
:
theme
.
spacing
(
1
),
...
...
This diff is collapsed.
Click to expand it.
Ghost User
@ghost
mentioned in commit
8a48dedc
·
2 years ago
mentioned in commit
8a48dedc
mentioned in commit 8a48dedc7c9e90e5b1dba9af629e6b1d03b12316
Toggle commit list
Ghost User
@ghost
mentioned in commit
3b28ed69
·
2 years ago
mentioned in commit
3b28ed69
mentioned in commit 3b28ed69ce95448219514e81b5756fd0b8cdb20b
Toggle commit list
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