Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gin-3401158
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
Issue forks
gin-3401158
Commits
d4481373
Commit
d4481373
authored
1 year ago
by
Sascha Eggenberger
Browse files
Options
Downloads
Patches
Plain Diff
Fix rule
parent
8db4e762
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
dist/css/components/inline_entity_form.css
+1
-1
1 addition, 1 deletion
dist/css/components/inline_entity_form.css
dist/media/sprite.svg
+0
-0
0 additions, 0 deletions
dist/media/sprite.svg
styles/components/inline_entity_form.scss
+2
-1
2 additions, 1 deletion
styles/components/inline_entity_form.scss
with
3 additions
and
2 deletions
dist/css/components/inline_entity_form.css
+
1
−
1
View file @
d4481373
...
...
@@ -10,7 +10,7 @@
padding-bottom
:
0
;
}
.ief-entity-table
.ief-row-form
.form-item
{
.ief-entity-table
.ief-row-form
tr
.form-item
{
margin-top
:
var
(
--gin-spacing-density-s
);
margin-bottom
:
var
(
--gin-spacing-density-s
);
}
...
...
This diff is collapsed.
Click to expand it.
dist/media/sprite.svg
-17 B (0%)
View file @
d4481373
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
This diff is collapsed.
Click to expand it.
styles/components/inline_entity_form.scss
+
2
−
1
View file @
d4481373
...
...
@@ -9,7 +9,8 @@
td
{
padding-bottom
:
0
;
}
.form-item
{
tr
.form-item
{
margin-top
:
var
(
--
gin-spacing-density-s
);
margin-bottom
:
var
(
--
gin-spacing-density-s
);
}
...
...
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