[4549] added mobile screen support
This commit is contained in:
parent
9fa028b9f7
commit
f89cda2514
@ -13,6 +13,8 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
@import "../../../../scss/constants";
|
||||
|
||||
:host {
|
||||
.mat-mdc-dialog-content {
|
||||
padding: 0 24px 24px;
|
||||
@ -20,5 +22,9 @@
|
||||
|
||||
.dialog-title {
|
||||
max-width: 80vw;
|
||||
|
||||
@media #{$mat-lt-sm} {
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user