mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-05 01:16:27 +00:00
Merge branch 'bootstrap-accordion-ios' into 'dev'
Bootstrap accordion ios See merge request federez/re2o!452
This commit is contained in:
commit
9434da63af
1 changed files with 5 additions and 0 deletions
|
@ -143,3 +143,8 @@ dl.profile-info > div {
|
|||
padding: 8px;
|
||||
border-top: 1px solid #ddd;
|
||||
}
|
||||
|
||||
/* Make bootstrap accordions clickable on iOS */
|
||||
[data-toggle~="collapse"] {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue