Merge pull request #3690 from tgxworld/fix_title_popup_top
FIX: Title popup tip not positioned correctly.
This commit is contained in:
commit
ca6fcfd001
|
@ -220,6 +220,7 @@
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
min-width: 1280px;
|
min-width: 1280px;
|
||||||
.form-element {
|
.form-element {
|
||||||
|
position: relative;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
.select2-container {
|
.select2-container {
|
||||||
width: 400px;
|
width: 400px;
|
||||||
|
@ -323,8 +324,8 @@
|
||||||
}
|
}
|
||||||
.title-input .popup-tip {
|
.title-input .popup-tip {
|
||||||
width: 300px;
|
width: 300px;
|
||||||
left: -8px;
|
left: 0px;
|
||||||
margin-top: 8px;
|
top: -30px;
|
||||||
}
|
}
|
||||||
.category-input .popup-tip {
|
.category-input .popup-tip {
|
||||||
width: 240px;
|
width: 240px;
|
||||||
|
|
Loading…
Reference in New Issue