Fix alignment issue in error_pane.
This commit is contained in:
@@ -128,7 +128,7 @@
|
|||||||
.error_pane {
|
.error_pane {
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
width: max-content;
|
width: max-content;
|
||||||
align-self: center;
|
margin: auto; /* center object */
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background-color: rgba(0, 0, 0, 50%);
|
background-color: rgba(0, 0, 0, 50%);
|
||||||
color: white;
|
color: white;
|
||||||
|
|||||||
Reference in New Issue
Block a user