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
5e9ae0a7
Commit
5e9ae0a7
authored
1 year ago
by
Volker Killesreiter
Committed by
Sascha Eggenberger
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3345467
: Fix paragraphs warning icon position and size
parent
0b83d23c
No related branches found
No related tags found
1 merge request
!230
Issue #3345467: Fix paragraphs warning icon position and size
Pipeline
#10001
passed
1 year ago
Stage: build
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dist/css/components/paragraphs.css
+7
-1
7 additions, 1 deletion
dist/css/components/paragraphs.css
styles/components/paragraphs.scss
+7
-1
7 additions, 1 deletion
styles/components/paragraphs.scss
with
14 additions
and
2 deletions
dist/css/components/paragraphs.css
+
7
−
1
View file @
5e9ae0a7
...
...
@@ -309,7 +309,13 @@ html[dir="rtl"].js .paragraph-type-icon {
}
.js
.paragraph-top
{
grid-template-columns
:
1
fr
auto
1
fr
auto
;
grid-template-columns
:
auto
auto
1
fr
auto
;
}
.paragraphs-icon-changed
{
background-size
:
auto
;
height
:
32px
;
width
:
32px
;
}
.gin--dark-mode
.paragraphs-tabs-wrapper
.field-multiple-table
.draggable
{
...
...
This diff is collapsed.
Click to expand it.
styles/components/paragraphs.scss
+
7
−
1
View file @
5e9ae0a7
...
...
@@ -240,7 +240,13 @@ html.js .paragraph-type-icon {
}
.js
.paragraph-top
{
grid-template-columns
:
1fr
auto
1fr
auto
;
grid-template-columns
:
auto
auto
1fr
auto
;
}
.paragraphs-icon-changed
{
background-size
:
auto
;
height
:
32px
;
width
:
32px
;
}
// Darkmode overrides
...
...
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