1
0
mirror of https://github.com/jenil/chota.git synced 2023-08-10 21:13:07 +03:00

fix full width tabs ⛓

This commit is contained in:
Jenil Gogari 2018-11-11 12:29:21 -05:00
parent dbb16bb784
commit 6e90db57da
3 changed files with 4 additions and 4 deletions

4
dist/chota.css vendored
View File

@ -575,8 +575,8 @@ button[disabled]:hover {
}
.tabs.is-full a {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.tag {
display: inline-block;

2
dist/chota.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -25,5 +25,5 @@
}
.tabs.is-full a {
flex: 1;
flex: 1 1 auto;
}