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.
2 parents 9a9b0fd + 37c4338 commit a207f56Copy full SHA for a207f56
CHANGELOG.md
@@ -16,6 +16,7 @@ changes.
16
17
- Fix app crash on unhandled wallet error [Issue 3123](https://github.com/IntersectMBO/govtool/issues/3123)
18
- Preserve new lines in markdown text [Issue 2712](https://github.com/IntersectMBO/govtool/issues/2712)
19
+- Add scroll to markdown tables [Issue 3615](https://github.com/IntersectMBO/govtool/issues/3615)
20
21
### Changed
22
govtool/frontend/src/components/molecules/tableMarkdown.css
@@ -1,7 +1,10 @@
1
table {
2
+ display: block;
3
+ overflow-x: auto;
4
margin: 32px 0;
5
border-spacing: 0;
6
border-collapse: collapse;
7
+ max-width: 100%;
8
}
9
10
table thead {
0 commit comments