Merge pull request #3758 from tgxworld/fix_title_input_validation
FIX: Title input validation position.
This commit is contained in:
commit
780faa484d
|
@ -324,8 +324,8 @@
|
|||
}
|
||||
.title-input .popup-tip {
|
||||
width: 300px;
|
||||
left: 0px;
|
||||
top: -30px;
|
||||
margin-top: 8px;
|
||||
left: 150px;
|
||||
}
|
||||
.category-input .popup-tip {
|
||||
width: 240px;
|
||||
|
|
Loading…
Reference in New Issue