fixed notification styles for ie
This commit is contained in:
@@ -178,6 +178,10 @@
|
||||
.notificationsFlyout {
|
||||
width: 450px;
|
||||
}
|
||||
|
||||
.notificationContent p {
|
||||
max-width: 350px;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 600px) {
|
||||
@@ -189,4 +193,8 @@
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
|
||||
.notificationContent p {
|
||||
max-width: 400px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user