mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-24 03:58:49 +02:00
fix(theme-classic): fix announcementBar css (#5873)
This commit is contained in:
parent
fa6d15b35f
commit
bc99d1e8a1
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue