Re: データベースプラグインの検索
2026年3月8日 23時38分 [dreamer]スマホの場合、縦一列のほうが見やすいので、こちらがいいですね
<style>
@media (min-width: 768px) {
.plugin-databases .col-sm.pb-4 {
display: flex;
flex-wrap: wrap;
}
.plugin-databases .col-sm.pb-4 h5 {
width: 100%;
}
.plugin-databases .col-sm.pb-4 .custom-control.custom-checkbox {
width: 33.333%;
box-sizing: border-box;
}
}
</style>