mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-20 06:20:23 +00:00
better tables in the docs
This commit is contained in:
parent
7253bd38f7
commit
a490c312d8
1 changed files with 5 additions and 0 deletions
|
|
@ -634,6 +634,11 @@ body {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Prevent breaking of code (e.g., Grunt tasks list)
|
||||
td:first-child > code {
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue