Skip to content

Commit

Permalink
[4.0] Media Manager icons in 2 columns (#25123)
Browse files Browse the repository at this point in the history
Alternative PR to #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 authored and wilsonge committed Jun 7, 2019
1 parent 1e33170 commit 5fe20ce
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 5fe20ce

Please sign in to comment.