Resolve "Add ICAT field table with units and description to docs"
- Jun 19, 2024
-
-
Wout De Nolf authoredeaf301ab
-
Wout De Nolf authored4f67eac1
-
Wout De Nolf authored8bac21cb
-
Wout De Nolf authoreda6813479
-
Closes #38 (closed)
In this MR I document the ICAT fields by dividing them in scrollable tables.
I have no HTML/CSS experience so feel free to suggest a better way.
I was trying to show the tables in horizontal tabs by playing with the CSS parameters but I failed
.tabs {
display: flex;
flex-direction: row;
}