commit | e8e2c9567cb6eeb4ba298f6b4d6a89a3bf022aa8 | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Wed Jul 04 13:43:12 2018 +0200 |
committer | Akron <nils@diewald-online.de> | Thu Jul 19 12:13:15 2018 +0200 |
tree | fa366686304b0793d9555a5990f15dd17f9cfa22 | |
parent | a99315ec53fe03a1c776e395f1ce11d6e0f5ca7e [diff] [blame] |
Fixed resizing of widgets Change-Id: I566a28acbaa01cbcbf3a0adc55c3de879e2e8434
diff --git a/dev/scss/main/plugin.scss b/dev/scss/main/plugin.scss new file mode 100644 index 0000000..1a13ef6 --- /dev/null +++ b/dev/scss/main/plugin.scss
@@ -0,0 +1,5 @@ +iframe.widget { + box-sizing: border-box; + margin: 0; + padding: 0; +} \ No newline at end of file