Changed error notification width.
This commit is contained in:
parent
eeec0db3fa
commit
7f2e4b6634
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user