diff --git a/dist/styles/EditorsCommon.module.scss b/dist/styles/EditorsCommon.module.scss index 752f56e..66f96af 100644 --- a/dist/styles/EditorsCommon.module.scss +++ b/dist/styles/EditorsCommon.module.scss @@ -20,6 +20,11 @@ along with ORIGAM. If not, see . @import "commonStyles"; @import "definitions"; +:root { + --cellLeftPadding: 6px; + --cellRightPadding: 6px; +} + @mixin input { width: 100%; height: 100%; @@ -32,7 +37,7 @@ along with ORIGAM. If not, see . background: var(--background2); border: 1px solid var(--background5); color: var(--background8); - padding: 0.25em 0.34em; + padding: 0.25em var(--cellRightPadding) 0.25em var(--cellLeftPadding); &:hover { background: var(--background1); diff --git a/package.json b/package.json index f6b9a16..05b0435 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@origam/styles", "main": "dist", - "version": "2.0.3", + "version": "2.1.0", "license": "GPL-3.0", "files": [ "dist"