fix: 帮助换行问题

This commit is contained in:
bietiaop 2024-07-31 18:06:26 +08:00
parent f65b9590a7
commit 61ef3854e7
2 changed files with 2 additions and 4 deletions

View file

@ -45,7 +45,7 @@
display: grid;
gap: 0.5em;
grid-template-columns: repeat(3, 1fr);
align-items: flex-start;
align-items: stretch;
}
.card .part .list .item {
width: 100%;
@ -95,7 +95,6 @@
font-size: 0.9em;
}
.card .part .list .item .commands .command {
height: 1.6em;
line-height: 1.6em;
padding: 0em 0.5em;
border-radius: 0.5em 0.2em 0.5em 0.2em;

View file

@ -44,7 +44,7 @@
display: grid;
gap: 0.5em;
grid-template-columns: repeat(3, 1fr);
align-items: flex-start;
align-items: stretch;
.item {
width: 100%;
background-color: rgba(255, 255, 255, 0.1);
@ -97,7 +97,6 @@
font-weight: 500;
font-size: 0.9em;
.command {
height: 1.6em;
line-height: 1.6em;
padding: 0em 0.5em;
border-radius: 0.5em 0.2em 0.5em 0.2em;