diff --git a/src/editor/components/seInput.js b/src/editor/components/seInput.js
index 96d58991..cf695adf 100644
--- a/src/editor/components/seInput.js
+++ b/src/editor/components/seInput.js
@@ -31,7 +31,11 @@ class SeInput extends Input {
get [internal.template] () {
const result = super[internal.template];
result.content.prepend(fragmentFrom.html`
- `.cloneNode(true));
+ `.cloneNode(true));
// change the style so it fits in our toolbar
result.content.append(
templateFrom.html`
@@ -40,6 +44,15 @@ class SeInput extends Input {
margin-top: 5px;
height: 23px;
}
+ .icon_label {
+ float: left;
+ padding-top: 3px;
+ padding-right: 3px;
+ box-sizing: border-box;
+ -moz-box-sizing: border-box;
+ -webkit-box-sizing: border-box;
+ height: 0;
+ }
`.content
);
diff --git a/src/editor/images/height.svg b/src/editor/images/height.svg
new file mode 100644
index 00000000..7e9cfd2e
--- /dev/null
+++ b/src/editor/images/height.svg
@@ -0,0 +1,3 @@
+
\ No newline at end of file
diff --git a/src/editor/images/width.svg b/src/editor/images/width.svg
new file mode 100644
index 00000000..c5846bfb
--- /dev/null
+++ b/src/editor/images/width.svg
@@ -0,0 +1,3 @@
+