mirror of
https://github.com/twbs/bootstrap.git
synced 2025-10-01 15:56:45 +02:00
Don't line wrap event names in JS plugin docs
This commit is contained in:
@@ -1147,6 +1147,11 @@ h1[id] {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
/* Don't wrap event names in Events tables in JS plugin docs */
|
||||
.bs-events-table > thead > tr > th:first-child,
|
||||
.bs-events-table > tbody > tr > td:first-child {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
/*
|
||||
* Code snippets
|
||||
|
Reference in New Issue
Block a user