Skip to content

Commit

Permalink
Little dashboard improvement (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
PenguinBoi12 authored Jul 10, 2024
1 parent 6f5d4eb commit 0600665
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/assets/stylesheets/searchjoy/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ table td, table th {

td {
border-top: solid 1px #ddd;
word-wrap: break-word;
}

.text-muted {
Expand All @@ -79,6 +80,7 @@ a.type-link {
color: #fff;
padding: 8px;
border-radius: 4px;
text-wrap: nowrap;
}

a.type-link:hover {
Expand Down

0 comments on commit 0600665

Please sign in to comment.