UX: Use height relative to the viewport for robots.txt textarea

This commit is contained in:
OsamaSayegh 2019-07-15 19:32:55 +00:00
parent 0277f8c674
commit 8a525cafec
1 changed files with 1 additions and 1 deletions

View File

@ -787,6 +787,6 @@
.robots-txt-input {
width: 100%;
box-sizing: border-box;
height: 600px;
height: 55vh;
}
}