fix border width on textarea
This commit is contained in:
parent
02a41530f4
commit
7dc7c10f61
@ -32,6 +32,7 @@ textarea {
|
||||
outline: none;
|
||||
position: absolute;
|
||||
box-sizing: border-box;
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
#saved-indicator {
|
||||
|
Loading…
x
Reference in New Issue
Block a user