From eeec0db3fa7829acec0b5f00a3405647aabb4225 Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Tue, 30 Jul 2013 22:31:11 +0200 Subject: [PATCH] Fixed typo in layout. --- 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 9fa9d23..e5c30cd 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: 500px + width: 250 }) return $q.reject(response);