From 7f2e4b66349751003455388122dc436ad581972e Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Wed, 31 Jul 2013 01:22:28 +0200 Subject: [PATCH] Changed error notification width. --- src/templates/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/layout.html b/src/templates/layout.html index e5c30cd..2b8ab27 100644 --- a/src/templates/layout.html +++ b/src/templates/layout.html @@ -128,7 +128,7 @@ angular.module('$strap').config(function($interpolateProvider, $httpProvider) { type: "error", title: response.data.title, text: response.data.text, - width: 250 + width: 300 }) return $q.reject(response);