FIX: corrects selector for move-to modal styles
This commit is contained in:
parent
0cf2df3028
commit
b21266ed6f
|
@ -578,8 +578,8 @@
|
|||
}
|
||||
}
|
||||
|
||||
// split topic modal
|
||||
.split-modal {
|
||||
// move-to topic modal
|
||||
.move-to-modal {
|
||||
// move to existing topic
|
||||
.existing-topic {
|
||||
.radio {
|
||||
|
@ -590,7 +590,6 @@
|
|||
}
|
||||
.topic-categories {
|
||||
width: 100%;
|
||||
margin-left: 5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -123,7 +123,9 @@
|
|||
}
|
||||
|
||||
#move-selected {
|
||||
width: 475px;
|
||||
// prevents content from moving when user selects differnt move options 525px
|
||||
// is the same width we set on category edit modal
|
||||
width: 525px;
|
||||
|
||||
p {
|
||||
margin-top: 0;
|
||||
|
|
Loading…
Reference in New Issue