Hide list panel from nav bar in mobile layout (#19337)

This commit is contained in:
Yamagishi Kazutoshi
2022-10-11 04:41:25 +09:00
committed by GitHub
parent 05148e2c77
commit d787343325
5 changed files with 26 additions and 11 deletions

View File

@ -163,8 +163,8 @@ $small-breakpoint: 960px;
th,
td {
padding: 8px;
align-self: start;
align-items: start;
align-self: flex-start;
align-items: flex-start;
word-break: break-all;
&.nowrap {