diff --git a/editor/question.html b/editor/question.html
index 6755b83..0334e1a 100644
--- a/editor/question.html
+++ b/editor/question.html
@@ -81,8 +81,6 @@
Preview
Configuration
-
-
-
\ No newline at end of file
+
diff --git a/editor/style.css b/editor/style.css
index b1ef1d4..50eb194 100644
--- a/editor/style.css
+++ b/editor/style.css
@@ -288,4 +288,8 @@ color: white;
.select-template{
cursor: pointer;
-}
\ No newline at end of file
+}
+
+.pull-left{
+ float: left;
+}