Skip to content

Commit

Permalink
fix(theme-classic): fix announcementBar css (#5873)
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber authored Nov 4, 2021
1 parent fa6d15b commit bc99d1e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ html[data-announcement-bar-initially-dismissed='true'] .announcementBar {
.announcementBarClose {
flex: 0 0 30px;
align-self: stretch;
padding: 0;
line-height: 0;
padding: 0 !important;
line-height: 0 !important;
}

.announcementBarContent {
Expand Down

0 comments on commit bc99d1e

Please sign in to comment.