mirror of
https://github.com/flarum/core.git
synced 2025-07-16 14:26:25 +02:00
fix extensions page layout
This commit is contained in:
committed by
Daniël Klabbers
parent
1cda9dca4f
commit
b286e39429
@ -28,7 +28,9 @@
|
|||||||
.clearfix();
|
.clearfix();
|
||||||
|
|
||||||
> li {
|
> li {
|
||||||
|
-webkit-column-break-inside: avoid;
|
||||||
break-inside: avoid-column;
|
break-inside: avoid-column;
|
||||||
|
page-break-inside: avoid;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
position: relative;
|
position: relative;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
Reference in New Issue
Block a user