}
}
+/* Stop bootstrap 5 from floating legends when they don't need to be */
+legend {
+ float: none;
+}
+
/* Rules for the search and direction forms */
header .search_forms,
/* Rules for messages pages */
.messages {
- input[type="submit"] {
+ button[type="submit"] {
margin: auto;
+ white-space: nowrap;
}
.inbox-row {