Skip to content

Commit

Permalink
[4.0] Media Manager icons in 2 columns
Browse files Browse the repository at this point in the history
Alternative PR to joomla#24423

With the icons in 1 column they break out of the image and hover over the next row. This pr splits the list into 2 columns. This is done purely with css. It is still just one list so there is no a11y issue.
  • Loading branch information
brianteeman committed Jun 4, 2019
1 parent 6118b06 commit 0eab23f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@
list-style: none;
padding: 0;
margin: 0;
columns: 2;
column-gap: 5px;
}
}

Expand Down

0 comments on commit 0eab23f

Please sign in to comment.