Skip to content

Commit

Permalink
css: update class name
Browse files Browse the repository at this point in the history
  • Loading branch information
Fatimah committed Nov 13, 2023
1 parent 783af6d commit 2278dff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { Container, Feed, Icon } from "semantic-ui-react";
// Wrapper component for the custom styles being used inside the request events timeline
// Enables centralizing the styles and abstracts it away from the template
export const RequestsFeed = ({ children }) => (
<Container className="requests-feed-container mce-content ml-0-mobile mr-0-mobile">
<Container className="requests-feed-container rich-input-content ml-0-mobile mr-0-mobile">
<Feed>{children}</Feed>
</Container>
);
Expand Down

0 comments on commit 2278dff

Please sign in to comment.