mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-10 16:24:49 +00:00
allowed block-display help-blocks
This commit is contained in:
parent
3de545f88d
commit
e9ce32433b
1 changed files with 4 additions and 0 deletions
|
|
@ -246,6 +246,10 @@ img{
|
|||
display:inline-block;
|
||||
}
|
||||
|
||||
.block{
|
||||
display:block;
|
||||
}
|
||||
|
||||
.unlist{
|
||||
@include unlist();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue