fix safari flexbox bug

pull/581/head
Matthew Hodgson 2015-12-21 23:16:44 +00:00
parent 85db381153
commit d82c4c5ef3
1 changed files with 2 additions and 2 deletions

View File

@ -276,8 +276,8 @@ limitations under the License.
order: 5;
width: 100%;
-webkit-flex: 0;
flex: 0;
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
margin-right: 2px;
}