-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6eaf727
commit ecf80c0
Showing
4 changed files
with
27 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 22 additions & 0 deletions
22
src/client/src/components/form/formResultTableDisplayStyles.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
import React from "react"; | ||
|
||
export const parameterTableHeaderStyles = { | ||
"& .MuiFormControl-root": { | ||
minWidth: "100%", | ||
maxWidth: "100%", | ||
}, | ||
pr: "3px", | ||
pl: "3px", | ||
maxWidth: "200px", | ||
minWidth: "200px", | ||
}; | ||
|
||
export const tableCellStyles: React.CSSProperties = { | ||
width: "20%", | ||
maxWidth: "20%", | ||
}; | ||
|
||
export const tableHeaderStyles: React.CSSProperties = { | ||
width: "20%", | ||
maxWidth: "20%", | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters