Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Luc Didry
kresus
Commits
a37c60ae
Commit
a37c60ae
authored
Mar 19, 2019
by
Nicolas Frandeboeuf
Browse files
[CSS] Move error reporter layout to base file
parent
464f6738
Changes
2
Hide whitespace changes
Inline
Side-by-side
client/css/base.css
View file @
a37c60ae
...
...
@@ -89,3 +89,15 @@
padding-top
:
1em
;
padding-bottom
:
1em
;
}
/* Error reporter called on React crash */
.error-reporter
{
overflow
:
auto
;
padding
:
1em
;
}
.error-reporter
pre
{
border
:
1px
solid
;
padding
:
1em
;
overflow
:
inherit
;
}
client/themes/default/style.css
View file @
a37c60ae
...
...
@@ -698,18 +698,15 @@ input.category-color {
color
:
#777777
;
}
/* Error reporter called on React crash */
.error-reporter
{
overflow
:
auto
;
padding
:
1em
;
background-color
:
white
;
color
:
#444444
;
}
.error-reporter
pre
{
border-radius
:
1px
;
border
:
1px
solid
#2F2F2F
;
padding
:
1em
;
border-color
:
#2F2F2F
;
background-color
:
#444444
;
color
:
white
;
overflow
:
inherit
;
}
Write
Preview
Supports
Markdown
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