Skip to content

Commit

Permalink
Adjust styles
Browse files Browse the repository at this point in the history
  • Loading branch information
thecalcc committed Mar 27, 2024
1 parent a231da9 commit 73758e9
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ import {
PanelHeader,
PanelContent,
PanelContentBlock,
ContentDivider,
LayoutContainer,
HeaderPanel,
MainPanel,
RightPanel,
SubNav,
} from 'superdesk-ui-framework/react';
import {getProjectedFieldsArticle, gettext} from 'superdesk-core/scripts/core/utils';
import {httpRequestJsonLocal} from 'superdesk-core/scripts/core/helpers/network';
Expand Down Expand Up @@ -133,7 +133,7 @@ export class EventsRelatedArticlesModal extends React.Component<IProps, IState>
>
<LayoutContainer>
<HeaderPanel>
<div className="sd-padding-all--2 sd-panel-bg--000">
<SubNav className="px-2">
<SearchBar
value={this.state.searchQuery}
onSubmit={(value: string) => {
Expand Down Expand Up @@ -165,8 +165,7 @@ export class EventsRelatedArticlesModal extends React.Component<IProps, IState>
{this.state.activeLanguage.label}
</Dropdown>
</SearchBar>
</div>
<ContentDivider margin="none" />
</SubNav>
</HeaderPanel>
<MainPanel>
<WithPagination
Expand Down

0 comments on commit 73758e9

Please sign in to comment.