mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 08:09:13 -05:00
FIX: Title input validation position.
This commit is contained in:
parent
9ba22b5155
commit
08dccaa874
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue