fix(v2): fix theme-classic announcement bar closable style (#3433)

This commit is contained in:
Bartosz Kaszubowski 2020-09-11 11:59:31 +02:00 committed by GitHub
parent d280176806
commit 80c9431af7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,6 +54,8 @@
}
.announcementBarContent {
width: auto;
}
.announcementBarCloseable {
margin-right: 35px;
}
}