mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
issues fixed for nav-justified on pills on android default browser.
This commit is contained in:
+2
-1
@@ -167,11 +167,12 @@
|
||||
// -------------------------
|
||||
|
||||
.nav-justified {
|
||||
display: table;
|
||||
width: 100%;
|
||||
> li {
|
||||
float: none;
|
||||
display: table-cell;
|
||||
width: 1%;
|
||||
width: auto;
|
||||
> a {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user