Skip to content
Snippets Groups Projects
Commit a7272ece authored by Julian's avatar Julian
Browse files

Fix alignment of buttons and input fields in header

parent 00d8ea92
No related branches found
No related tags found
1 merge request!1208Resolve "Data management for the Models `Room` and `SchoolTerm`"
Pipeline #130168 failed
......@@ -34,9 +34,10 @@
>
<template #top>
<v-toolbar flat class="height-fit child-height-fit">
<v-row class="flex-wrap gap align-center pt-4">
<v-toolbar-title class="d-flex w-100 align-center gap">
<v-row class="flex-wrap gap align-baseline pt-4">
<v-toolbar-title class="d-flex flex-wrap w-100 gap">
<filter-button
class="my-1 button-40"
:num-filters="numFilters"
v-if="filter"
@click="requestFilter"
......@@ -618,4 +619,8 @@ export default {
.height-fit, .child-height-fit > * {
height: fit-content !important;
}
.button-40 {
min-height: 40px;
}
</style>
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