Skip to content

Commit

Permalink
fix announcementBar css
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed Nov 4, 2021
1 parent fa6d15b commit 9c07903
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 9c07903

Please sign in to comment.