Browse Source

fix(templating): very minor markup/css change

Torkel Ödegaard 10 years ago
parent
commit
57a31828f8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      public/app/features/templating/partials/editor.html

+ 1 - 1
public/app/features/templating/partials/editor.html

@@ -39,7 +39,7 @@
 		<div ng-if="mode === 'list'">
 
 			<div class="editor-row row">
-				<div class="span8">
+				<div style="max-width: 1024px">
 					<div ng-if="variables.length === 0">
 						<em>No template variables defined</em>
 					</div>