Skip to content

Commit c951ac2

Browse files
committed
fix: page table figure should be displayd as grid
LIIKUNTA-771. 1. Fix page content to overflow with too wide table. 2. Fix table figure element to be displayed as grid, to get it scrollable on small screens.
1 parent 2ddee77 commit c951ac2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/core/pageContent/pageMainContent.module.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
.mainContent {
1313
figure {
1414
margin: 0;
15+
display: grid;
1516
img {
1617
height: auto;
1718
}

0 commit comments

Comments
 (0)