Advanced text editor misc fixes (#29676)
* removed extra space * Fixed border of edit box in mobile view * Fixed test
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
f95809ef5d
Коммит
2a6beb1237
@@ -202,6 +202,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 768px) {
|
@media screen and (max-width: 768px) {
|
||||||
|
#post-create {
|
||||||
.AdvancedTextEditor {
|
.AdvancedTextEditor {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
||||||
@@ -226,6 +227,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.sidebar--right .post-create__container {
|
.sidebar--right .post-create__container {
|
||||||
form {
|
form {
|
||||||
|
|||||||
@@ -161,7 +161,7 @@ exports[`components/channel_view Should match snapshot with base props 1`] = `
|
|||||||
channelId="channelId"
|
channelId="channelId"
|
||||||
/>
|
/>
|
||||||
<div
|
<div
|
||||||
className="post-create__container"
|
className="post-create__container AdvancedTextEditor__ctr"
|
||||||
data-testid="post-create"
|
data-testid="post-create"
|
||||||
id="post-create"
|
id="post-create"
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -171,7 +171,7 @@ export default class ChannelView extends React.PureComponent<Props, State> {
|
|||||||
<div
|
<div
|
||||||
id='post-create'
|
id='post-create'
|
||||||
data-testid='post-create'
|
data-testid='post-create'
|
||||||
className='post-create__container'
|
className='post-create__container AdvancedTextEditor__ctr'
|
||||||
>
|
>
|
||||||
<AdvancedCreatePost/>
|
<AdvancedCreatePost/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user