Skip to content

Commit

Permalink
[Firefox] Fix page-break-inside (template menu assignment)
Browse files Browse the repository at this point in the history
  • Loading branch information
ciar4n committed Mar 25, 2019
1 parent dfd1181 commit a4289bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions administrator/templates/isis/less/pages/_com_templates.less
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@
-webkit-column-gap: 15px;
column-gap: 15px;
> li {
display: inline-block;
vertical-align: top;
margin-bottom: 15px;
width: 100%;
list-style: none;
page-break-inside: avoid;
break-inside: avoid;
}
}
.menu-links-block {
Expand Down

0 comments on commit a4289bb

Please sign in to comment.