Skip to content
Snippets Groups Projects
Commit 8cc3bcf4 authored by Paul McKibben's avatar Paul McKibben Committed by Alberto Siles
Browse files

Issue #3341402 by paulmckibben: Newly added media css affecting form action buttons

parent 85e90919
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@
align-items: end;
}
.js-form-item {
.media-library-widget-modal .js-form-item {
margin: 5px;
}
......@@ -76,7 +76,7 @@
/* Fix Form Insert Button to Bottom of Popup */
.form-actions {
.media-library-widget-modal .form-actions {
position: sticky;
bottom: 0;
background: #fff;
......
......@@ -60,7 +60,7 @@
align-items: end;
}
.js-form-item {
.media-library-widget-modal .js-form-item {
margin: 5px;
}
......@@ -69,7 +69,7 @@
}
/* Fix Form Insert Button to Bottom of Popup */
.form-actions {
.media-library-widget-modal .form-actions {
position: sticky;
bottom: 0;
background: #fff;
......
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