UX: Use height relative to the viewport for robots.txt textarea
This commit is contained in:
parent
0277f8c674
commit
8a525cafec
|
@ -787,6 +787,6 @@
|
|||
.robots-txt-input {
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
height: 600px;
|
||||
height: 55vh;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue