mirror of
https://github.com/discourse/discourse.git
synced 2025-03-06 11:19:51 +00:00
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 {
|
.robots-txt-input {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
height: 600px;
|
height: 55vh;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user