Skip to content
Snippets Groups Projects

Refs #17569 - qfq-form-title, display: flex

Merged Jan Haller requested to merge B17569_form_title_display_flex into develop
1 file
+ 12
1
Compare changes
  • Side-by-side
  • Inline
+ 12
1
@@ -557,6 +557,8 @@ select.qfq-locked:invalid {
font-size: 1.2em;
padding: 13px 15px;
font-weight: bold;
display: flex;
align-items: center;
}
.qfq-table-button-width {
@@ -2328,4 +2330,13 @@ input.qfq-password {
.merge-body-check-all > div {
padding: 0 2px;
}
// End QFQ Merge window rules
\ No newline at end of file
// End QFQ Merge window rules
// Ensures compatibility with qfq-form-title display: flex
.pull-right {
margin-left: auto;
}
.pull-left {
margin-right: auto;
}
\ No newline at end of file
Loading