Skip to content

Commit

Permalink
[dashboard] remove unused class dshDashboardViewportWrapper--isFullsc…
Browse files Browse the repository at this point in the history
…reen (#206991)

#205341 removed
`dshDashboardViewportWrapper--isFullscreen` from
"src/platform/plugins/shared/dashboard/public/dashboard_container/component/viewport/_dashboard_viewport.scss".
The PR failed to remove the class from rendered DOM.
  • Loading branch information
nreese authored Jan 16, 2025
1 parent 6fe4e70 commit 47226c9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ export const DashboardViewport = ({ dashboardContainer }: { dashboardContainer?:
<div
className={classNames('dshDashboardViewportWrapper', {
'dshDashboardViewportWrapper--defaultBg': !useMargins,
'dshDashboardViewportWrapper--isFullscreen': fullScreenMode,
})}
>
{viewMode !== 'print' ? (
Expand Down

0 comments on commit 47226c9

Please sign in to comment.