Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
17cea826
Commit
17cea826
authored
Aug 12, 2021
by
Jarek Ostrowski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix css on markdown toolbar header
parent
36adf4b2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
app/assets/stylesheets/framework/markdown_area.scss
app/assets/stylesheets/framework/markdown_area.scss
+3
-2
app/assets/stylesheets/framework/secondary_navigation_elements.scss
.../stylesheets/framework/secondary_navigation_elements.scss
+0
-1
app/assets/stylesheets/pages/note_form.scss
app/assets/stylesheets/pages/note_form.scss
+1
-1
No files found.
app/assets/stylesheets/framework/markdown_area.scss
View file @
17cea826
...
...
@@ -83,6 +83,7 @@
li
.md-header-toolbar
{
margin-left
:
auto
;
display
:
none
;
padding-bottom
:
$gl-padding-8
;
&
.active
{
display
:
block
;
...
...
@@ -92,8 +93,8 @@
display
:
flex
;
justify-content
:
center
;
width
:
100%
;
padding-top
:
$gl-padding-to
p
;
padding-bottom
:
$gl-padding-top
;
flex-wrap
:
wra
p
;
margin-top
:
$gl-padding-8
;
}
}
}
...
...
app/assets/stylesheets/framework/secondary_navigation_elements.scss
View file @
17cea826
...
...
@@ -14,7 +14,6 @@
a
,
button
{
padding
:
$gl-padding-8
;
padding-bottom
:
$gl-padding-8
+
1
;
font-size
:
14px
;
line-height
:
28px
;
color
:
$gl-text-color-secondary
;
...
...
app/assets/stylesheets/pages/note_form.scss
View file @
17cea826
...
...
@@ -54,7 +54,7 @@
.common-note-form
{
.md-area
{
padding
:
$gl-padding-
top
$gl-padding
;
padding
:
$gl-padding-
8
$gl-padding
;
border
:
1px
solid
$border-color
;
border-radius
:
$border-radius-base
;
transition
:
border-color
ease-in-out
0
.15s
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment