mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
MM-54261: re-scope css to intended target (#24396)
This commit is contained in:
parent
f35291169c
commit
dbb39e44cc
@ -3,7 +3,7 @@
|
||||
exports[`components/post_edit_history should display error screen if errors are present 1`] = `
|
||||
<div>
|
||||
<div
|
||||
class="sidebar-right__body"
|
||||
class="sidebar-right__body sidebar-right__edit-post-history"
|
||||
id="rhsContainer"
|
||||
>
|
||||
<div
|
||||
@ -118,7 +118,7 @@ exports[`components/post_edit_history should display error screen if errors are
|
||||
exports[`components/post_edit_history should match snapshot 1`] = `
|
||||
<div>
|
||||
<div
|
||||
class="sidebar-right__body"
|
||||
class="sidebar-right__body sidebar-right__edit-post-history"
|
||||
id="rhsContainer"
|
||||
>
|
||||
<div
|
||||
|
@ -1,4 +1,4 @@
|
||||
.scrollbar--view {
|
||||
.sidebar-right__edit-post-history .scrollbar--view {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
@ -107,7 +107,7 @@ const PostEditHistory = ({
|
||||
return (
|
||||
<div
|
||||
id='rhsContainer'
|
||||
className='sidebar-right__body'
|
||||
className='sidebar-right__body sidebar-right__edit-post-history'
|
||||
>
|
||||
<LoadingScreen
|
||||
style={{
|
||||
@ -138,7 +138,7 @@ const PostEditHistory = ({
|
||||
return (
|
||||
<div
|
||||
id='rhsContainer'
|
||||
className='sidebar-right__body'
|
||||
className='sidebar-right__body sidebar-right__edit-post-history'
|
||||
>
|
||||
<Scrollbars
|
||||
ref={scrollbars}
|
||||
|
Loading…
Reference in New Issue
Block a user