Skip to content

Commit

Permalink
style: simplify
Browse files Browse the repository at this point in the history
Signed-off-by: David Dal Busco <[email protected]>
  • Loading branch information
peterpeterparker committed Nov 6, 2023
1 parent 9482160 commit 5148069
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/frontend/src/lib/components/docs/DocForm.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -175,18 +175,8 @@
.form-doc-id {
display: flex;
flex-direction: row;
align-items: center;
gap: var(--padding-2x);
margin-bottom: var(--padding-2x);
input {
display: flex;
flex: 0.9;
}
button {
flex: 0.1;
}
}
</style>

0 comments on commit 5148069

Please sign in to comment.