Fix layout for disk quota error message

This commit is contained in:
Duncan Sommerville 2015-11-30 13:13:06 -05:00
parent b4b4cd265e
commit f857183247
1 changed files with 5 additions and 0 deletions

View File

@ -3436,6 +3436,11 @@ dd .stream-status {
width: 320px;
}
.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;
}