Switch to 56px small cols to fit in 6 digit pids

This commit is contained in:
Simon
2017-07-05 14:27:34 +02:00
committed by GitHub
parent ba29271053
commit 6310b48937

View File

@@ -47,7 +47,7 @@ export const CANVAS_MARGINS = {
export const NODE_DETAILS_TABLE_CW = {
XS: '32px',
// 6 chars wide with our current font choices, (pids can be 6, ports only 5).
S: '54px',
S: '56px',
M: '70px',
L: '85px',
XL: '120px',