Explorar el Código

alerting: removed width restriction on message, fixes #8000

Torkel Ödegaard hace 8 años
padre
commit
4a2efb1007
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      public/app/features/alerting/partials/alert_tab.html

+ 1 - 1
public/app/features/alerting/partials/alert_tab.html

@@ -129,7 +129,7 @@
 			</div>
 			</div>
 			<div class="gf-form gf-form--v-stretch">
 			<div class="gf-form gf-form--v-stretch">
 				<span class="gf-form-label width-8">Message</span>
 				<span class="gf-form-label width-8">Message</span>
-				<textarea class="gf-form-input width-20" rows="10" ng-model="ctrl.alert.message"  placeholder="Notification message details..."></textarea>
+				<textarea class="gf-form-input" rows="10" ng-model="ctrl.alert.message"  placeholder="Notification message details..."></textarea>
 			</div>
 			</div>
 		</div>
 		</div>