Fix layout for disk quota error message
This commit is contained in:
parent
b4b4cd265e
commit
f857183247
|
@ -3436,6 +3436,11 @@ dd .stream-status {
|
||||||
width: 320px;
|
width: 320px;
|
||||||
}
|
}
|
||||||
.quota-reached {
|
.quota-reached {
|
||||||
|
-webkit-flex: 0 0 100%;
|
||||||
|
-moz-flex: 0 0 100%;
|
||||||
|
-ms-flex: 0 0 100%;
|
||||||
|
-o-flex: 0 0 100%;
|
||||||
|
flex: 0 0 100%;
|
||||||
font-size: 14px !important;
|
font-size: 14px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue