diff options
| author | bobzel <zzzman@gmail.com> | 2023-08-26 22:48:39 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2023-08-26 22:48:39 -0400 |
| commit | a142ff5e6ce017686e9bf418c502417d8cea5cad (patch) | |
| tree | 43203ac0d620db12ce3a69f725e1f9aa6e062364 /src/client/views/nodes/MapBox/MapBox.scss | |
| parent | 0a813fdf7d73018ad5248d87fecbd9e55f3dc2d7 (diff) | |
fixed map anchors to be configs, not maps! fixed doc decorations to not allow clicking on them when showNothing is set. increased font size of map search.
Diffstat (limited to 'src/client/views/nodes/MapBox/MapBox.scss')
| -rw-r--r-- | src/client/views/nodes/MapBox/MapBox.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/MapBox/MapBox.scss b/src/client/views/nodes/MapBox/MapBox.scss index 464646a23..242677231 100644 --- a/src/client/views/nodes/MapBox/MapBox.scss +++ b/src/client/views/nodes/MapBox/MapBox.scss @@ -17,6 +17,7 @@ width: calc(100% - 40px); .editableText-container { width: 100%; + font-size: 16px !important; } input { width: 100%; |
