Skip to content
Snippets Groups Projects
Commit ed238c5c authored by Kevin Paxman's avatar Kevin Paxman
Browse files

Merge branch 'feature/ISTWCMS-6231-kpaxman-media_browser_image_size_fix' into '1.0.x'

ISTWCMS-6231: don't set views rows to 100% width when in the media library

See merge request !90
parents 230e52be fe3069ef
No related branches found
No related tags found
1 merge request!90ISTWCMS-6231: don't set views rows to 100% width when in the media library
......@@ -75,7 +75,7 @@ $sidebar-width: 18.75rem;
&-content {
grid-column: 1 / 2;
width: 100%;
.views-row{
:not(.media-library-item).views-row{
width: 100%;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment