mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
refac: styling
This commit is contained in:
parent
8882df5829
commit
0a3c448a52
1 changed files with 2 additions and 1 deletions
|
|
@ -336,13 +336,14 @@ input[type='number'] {
|
|||
padding: 0;
|
||||
|
||||
li {
|
||||
align-items: center;
|
||||
align-items: start;
|
||||
|
||||
display: flex;
|
||||
|
||||
> label {
|
||||
flex: 0 0 auto;
|
||||
margin-right: 0.5rem;
|
||||
margin-top: 0.2rem;
|
||||
user-select: none;
|
||||
display: flex;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue