Skip to content
Snippets Groups Projects

gin-3384466:Fixed apply to selected button alignment issue.

Open Shweta Sharma requested to merge issue/gin-3384466:gin-3384466 into 8.x-3.x
3 unresolved threads
2 files
+ 16
0
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 7
0
@@ -868,6 +868,13 @@ details summary {
.view-preview-form .form-actions {
align-items: flex-end;
margin-top: 0;
}
.view-preview-form .form-actions input {
min-height: 2.25rem;
padding-top: .474rem;
padding-bottom: .474rem;
}
.view-preview-form .form-item--live-preview {
Loading