mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
Merge pull request #3758 from tgxworld/fix_title_input_validation
FIX: Title input validation position.
This commit is contained in:
commit
780faa484d
1 changed files with 2 additions and 2 deletions
|
@ -324,8 +324,8 @@
|
||||||
}
|
}
|
||||||
.title-input .popup-tip {
|
.title-input .popup-tip {
|
||||||
width: 300px;
|
width: 300px;
|
||||||
left: 0px;
|
margin-top: 8px;
|
||||||
top: -30px;
|
left: 150px;
|
||||||
}
|
}
|
||||||
.category-input .popup-tip {
|
.category-input .popup-tip {
|
||||||
width: 240px;
|
width: 240px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue