Change media attachments max 8 to 16 on web cli
This commit is contained in:
parent
66de2ee2c1
commit
31022ceb5a
3 changed files with 27 additions and 6 deletions
|
@ -6517,6 +6517,14 @@ a.status-card.compact:hover {
|
|||
&--row4 {
|
||||
grid-template-rows: 25% 25% 25% 25%;
|
||||
}
|
||||
|
||||
&--column3 {
|
||||
grid-template-columns: 33% 34% 33%;
|
||||
}
|
||||
|
||||
&--column4 {
|
||||
grid-template-columns: 25% 25% 25% 25%;
|
||||
}
|
||||
}
|
||||
|
||||
.media-gallery__item {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue