mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-28 17:42:44 +00:00
(js) Fix display of prompt dialog on xs screens
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
clickOutsideToClose: true,
|
||||
escapeToClose: true,
|
||||
template: [
|
||||
'<md-dialog flex="50" flex-sm="100">',
|
||||
'<md-dialog flex="50" flex-xs="90">',
|
||||
' <md-dialog-content class="md-dialog-content" layout="column">',
|
||||
' <h2 class="md-title" ng-bind="title"></h2>',
|
||||
' <md-input-container>',
|
||||
|
||||
Reference in New Issue
Block a user