mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
Empty placeholder component. CSS fixes.
This commit is contained in:
parent
cd76cc895f
commit
e309376150
8 changed files with 85 additions and 19 deletions
|
|
@ -54,9 +54,14 @@ textarea {
|
|||
line-height: 1.8;
|
||||
border: 1px solid var(--gray500);
|
||||
border-radius: 4px;
|
||||
width: 100%;
|
||||
outline: none;
|
||||
resize: none;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
label {
|
||||
flex: 1;
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
dt {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue