diff --git a/app/assets/stylesheets/bootstrap_migration.scss b/app/assets/stylesheets/bootstrap_migration.scss index b39c8992761a723f3090bdead08aeafe95b7bb47..1def26011d7b9af397ad4b1892cb10fcbbdd0513 100644 --- a/app/assets/stylesheets/bootstrap_migration.scss +++ b/app/assets/stylesheets/bootstrap_migration.scss @@ -33,6 +33,12 @@ button, html [type="button"], [type="reset"], [type="submit"] { cursor: pointer; } +.form-group.row .col-form-label { + // Bootstrap 4 aligns labels to the left + // for horizontal forms + text-align: right; +} + // Polyfill deprecated selectors .hidden {