Skip to content

Commit

Permalink
css: Fixed incorrectly sized dialog widget close icon
Browse files Browse the repository at this point in the history
  • Loading branch information
cederberg committed Nov 28, 2024
1 parent 914522e commit 713b1db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plugin/system/files/css/widget.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
z-index: 1;
border-radius: 0.25rem;
padding: 0.1em 0 !important;
font-size: 1.4em;
line-height: 1;
font-size: 1.4em !important;
line-height: 1 !important;
color: #fff;
}
.widgetDialogClose:hover {
Expand Down

0 comments on commit 713b1db

Please sign in to comment.