diff options
| author | eperelm2 <emily_perelman@brown.edu> | 2023-06-30 14:47:41 -0400 |
|---|---|---|
| committer | eperelm2 <emily_perelman@brown.edu> | 2023-06-30 14:47:41 -0400 |
| commit | 5b7a0804fa2bd4b956b3617501619737814bd28b (patch) | |
| tree | cca2f05466263258115134009734db3ae172cff9 /src/client/views/PropertiesView.scss | |
| parent | 1a8abf3991fccd5ee5d2bd66b28a6d5562e8ef36 (diff) | |
contexts work now
Diffstat (limited to 'src/client/views/PropertiesView.scss')
| -rw-r--r-- | src/client/views/PropertiesView.scss | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/src/client/views/PropertiesView.scss b/src/client/views/PropertiesView.scss index a9577b232..023e08e6a 100644 --- a/src/client/views/PropertiesView.scss +++ b/src/client/views/PropertiesView.scss @@ -443,12 +443,20 @@ .propertiesView-fields-checkbox { float: right; height: 20px; - margin-top: -9px; + margin-top: -4px; + //margin-top: -9px; + display: flex; + flex-direction: column; + align-items: center; + color:black; + // justify-content: center; .propertiesView-fields-checkbox-text { font-size: 7px; - margin-top: -10px; - margin-left: 6px; + text-align: center; + margin-right: 6px; + margin-top: -10px; + // margin-left: 6px; } } |
