Skip to content

Commit

Permalink
Modify styling for Error Log tab
Browse files Browse the repository at this point in the history
Issue #575
  • Loading branch information
fpcorso committed Jul 30, 2020
1 parent 39693b8 commit 7344d7e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions assets/sass/admin-general.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,19 @@ Styles for our log viewers
border: 1px solid #e5e5e5;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
padding: 5px 20px;
margin-bottom: 20px;
}

#log-viewer pre {
font-family: monospace;
white-space: pre-wrap;
}

.button-with-icon {
display: inline-flex;
align-items: center;
}

.wp-list-table .type-popup .row-actions {
color: #999;
}
Expand Down

0 comments on commit 7344d7e

Please sign in to comment.