アコーディオンメニュークリック範囲編集

This commit is contained in:
harukin 2019-09-10 22:51:29 +09:00
parent faa042f91b
commit 0096d499e5

View File

@ -2287,3 +2287,7 @@ nav .navbar-nav > .text-truncate {
.collapse{ .collapse{
background-color: whitesmoke; background-color: whitesmoke;
} }
.panel > div > h3 > a{
padding-right: 100vw;
text-decoration: none;
}