Skip to content

Commit

Permalink
CSS fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Fosco committed Dec 12, 2023
1 parent 4d6a282 commit d499269
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,19 @@

.validation-messages .validation-messages-items {
font-size: 0.9em;
padding-left: 1.6em;
padding-left: 1em;
margin-bottom: 0;
}

.validation-messages-items li + li {
margin-top: var(--space-xsmall);
}

.validation-messages-items li::marker {
color: var(--indigo500);
padding-left: 1em;
}

.toolbar {
display: flex;
flex-direction: column;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
.rooms-container {
display: flex;
flex-direction: column;
max-height: 24em;
gap: 0.5em;
overflow: auto;
width: 100%;
Expand Down

0 comments on commit d499269

Please sign in to comment.