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 1dc3036 commit 62cc6bbCopy full SHA for 62cc6bb
src/styleConstants.js
@@ -5,8 +5,8 @@ export default {
5
formHeadingColor: '#888888', // originally was brown; now grey
6
lowProfileLinkColor: '#3B5998', // Grey-blue, e.g., for field labels linking to ontology
7
formFieldNameBoxWidth: '8em', // The fixed amount to get form fields to line up
8
- // The latter we put in when switching awy from using tables. Getting alignment between
9
- // fields in different groups though is hard problem.
+ // We put in the latter when switching away from using tables. However, getting
+ // alignment between fields in different groups is a hard problem.
10
11
mediaModuleCanvasWidth: '640',
12
mediaModuleCanvasHeight: '480',
0 commit comments