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

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

View File

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