diff options
author | Ashutosh Bishnoi <mail2bishnoi@gmail.com> | 2021-03-16 15:45:54 +0530 |
---|---|---|
committer | Ashutosh Bishnoi <mail2bishnoi@gmail.com> | 2021-03-16 15:45:54 +0530 |
commit | 1a8ce85b311b3e80aba5df573259e119ae18fa0c (patch) | |
tree | 23f8842bc76a596fdad3146ede5a1034a47266a7 /modern/src/common/style.js | |
parent | 8de3b938369ea1e9437b4345d83a50e974f8a606 (diff) | |
download | trackermap-web-1a8ce85b311b3e80aba5df573259e119ae18fa0c.tar.gz trackermap-web-1a8ce85b311b3e80aba5df573259e119ae18fa0c.tar.bz2 trackermap-web-1a8ce85b311b3e80aba5df573259e119ae18fa0c.zip |
Minor code improvements
Diffstat (limited to 'modern/src/common/style.js')
-rw-r--r-- | modern/src/common/style.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modern/src/common/style.js b/modern/src/common/style.js new file mode 100644 index 00000000..fa2e41ef --- /dev/null +++ b/modern/src/common/style.js @@ -0,0 +1 @@ +export const columnWidthNormal = 100;
\ No newline at end of file |