We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 737968a commit fab2c02Copy full SHA for fab2c02
packages/cpt-ui/src/styles/PrescriptionTable.scss
@@ -1,6 +1,7 @@
1
.eps-prescription-table-container {
2
width: 100%;
3
margin-bottom: 2rem;
4
+ overflow-x: auto;
5
}
6
.results-container {
7
max-width: 963px !important;
@@ -10,6 +11,7 @@
10
11
border-collapse: collapse;
12
background: #fff;
13
font-family: Frutiger W01, Arial, Sans-serif;
14
+ min-width: 600px;
15
16
17
// Override NHS UK Table component styles for headers
0 commit comments