mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-02 01:42:36 +02:00
issues fixed for nav-justified on pills on android default browser.
This commit is contained in:
@@ -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