Fleet UI: Fix autosize text field to not cut off placeholder text (#13826)

This commit is contained in:
RachelElysia
2023-09-11 09:39:01 -04:00
committed by GitHub
parent fa252e4977
commit f0cdb58ea5
2 changed files with 1 additions and 1 deletions
@@ -0,0 +1 @@
- Fleet UI - Fix empty query/policy placeholders
@@ -30,7 +30,6 @@
textarea {
height: 100%;
overflow: hidden;
}
&::after {