Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
630f3ad0
Commit
630f3ad0
authored
Mar 31, 2021
by
marc duez
Committed by
Mathieu Giraud
Apr 01, 2021
Browse files
css : overflow fix for aligner stats
parent
1c44a99f
Changes
3
Hide whitespace changes
Inline
Side-by-side
browser/css/aligner.less
View file @
630f3ad0
...
...
@@ -21,6 +21,8 @@
float: right;
width: @width_stats - 3px;
padding: 2px 5px;
overflow: hidden;
height: 16px;
}
.list_select{
...
...
browser/css/dark.css
View file @
630f3ad0
...
...
@@ -2193,6 +2193,8 @@ form .form_label {
float
:
right
;
width
:
347px
;
padding
:
2px
5px
;
overflow
:
hidden
;
height
:
16px
;
}
.list_select
{
display
:
block
;
...
...
browser/css/light.css
View file @
630f3ad0
...
...
@@ -2193,6 +2193,8 @@ form .form_label {
float
:
right
;
width
:
347px
;
padding
:
2px
5px
;
overflow
:
hidden
;
height
:
16px
;
}
.list_select
{
display
:
block
;
...
...
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