Skip to content

Commit

Permalink
fix: dashboard css
Browse files Browse the repository at this point in the history
  • Loading branch information
ptyoiy committed Apr 9, 2024
1 parent e502041 commit fb4c1dd
Showing 1 changed file with 13 additions and 16 deletions.
29 changes: 13 additions & 16 deletions adminPage/components/css/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,30 +43,27 @@ section[data-css="notices-show-priority"] {
section[data-css="app-content"] {
pre {
padding: 0;
margin: 0;
word-wrap: break-word;
white-space: pre-wrap;
overflow-x: hidden;
overflow-y: auto;
:nth-last-child(1) {
border-bottom: 1px solid lightgrey;
}
}
.log-wrapper {
display: flex;
border: 1px solid lightgrey;
border-bottom: unset;
padding: 8px!important;
}
.log-wrapper:last-child {
border-bottom: 1px solid lightgrey;
}
.log-line {
overflow-wrap: anywhere;
white-space: normal;
}
}
section.login__Wrapper {
.adminjs_Text {
white-space: pre;
}
}

.log-wrapper {
display: flex;
border: 1px solid lightgrey;
border-bottom: unset;
padding: 8px!important;
}
.log-line {
overflow-wrap: anywhere;
white-space: normal;
border: unset!important;
}

0 comments on commit fb4c1dd

Please sign in to comment.