Skip to content

Commit

Permalink
fix styling on qam tab page
Browse files Browse the repository at this point in the history
  • Loading branch information
beebls committed Oct 12, 2024
1 parent e8a349c commit c32077a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion src/modules/qam-tab-page/pages/QamTabPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ export function QamTabPage() {
<QamHiddenThemesDisplay />
</PanelSection>
</QamDummyFunctionBoundary>
<QamRefreshButton />
<PanelSection>
<QamRefreshButton />
</PanelSection>
</>
);
}
5 changes: 3 additions & 2 deletions src/styles/styles.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/* THIS FILE IS NOT USED IN BUILD */
/* ANY MODIFICATIONS HERE MUST BE COPY PASTED INTO stylesAsString.ts */
/* THAT IS NEEDED FOR STATIC CLASS INJECTIOn */
/* ANY MODIFICATIONS HERE MUST BE COPY PASTED INTO styles-as-string.ts */
/* THAT IS NEEDED FOR STATIC CLASS INJECTION */
/* LINT ERRORS ARE TO BE EXPECTED, BECAUSE THIS USES TEMPLATE LITERALS THAT WILL BE FILLED IN BY styles-as-string.ts */

.flex {
display: flex !important;
Expand Down

0 comments on commit c32077a

Please sign in to comment.