Fix linebreaks

This commit is contained in:
2023-06-10 16:43:57 +03:00
parent fb9e9574f0
commit f70b0c38c9

View File

@@ -104,14 +104,13 @@ export default {
min-height: 42px; min-height: 42px;
display: flex; display: flex;
align-items: center; align-items: center;
gap: 16px;
.time { .time {
min-width: 104px; min-width: 96px;
} }
.toggle-state { .toggle-state {
margin-right: 16px;
> * { > * {
width: 32px; width: 32px;
height: 32px; height: 32px;
@@ -133,8 +132,12 @@ export default {
flex-grow: 1; flex-grow: 1;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
flex-wrap: wrap;
align-items: center; align-items: center;
gap: 8px;
}
.name {
text-align: center;
} }
.select-category { .select-category {
@@ -147,8 +150,8 @@ export default {
} }
.delete { .delete {
margin-left: 16px;
cursor: pointer; cursor: pointer;
padding: 8px;
} }
} }
@@ -159,7 +162,6 @@ export default {
.optional-break { .optional-break {
flex-direction: column; flex-direction: column;
height: 48px;
} }
} }
} }