Skip to content

Commit fab2c02

Browse files
made table scrollable on mobile
1 parent 737968a commit fab2c02

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/cpt-ui/src/styles/PrescriptionTable.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.eps-prescription-table-container {
22
width: 100%;
33
margin-bottom: 2rem;
4+
overflow-x: auto;
45
}
56
.results-container {
67
max-width: 963px !important;
@@ -10,6 +11,7 @@
1011
border-collapse: collapse;
1112
background: #fff;
1213
font-family: Frutiger W01, Arial, Sans-serif;
14+
min-width: 600px;
1315
}
1416

1517
// Override NHS UK Table component styles for headers

0 commit comments

Comments
 (0)