set max-width

This commit is contained in:
xaoxuu 2021-07-10 09:47:42 +08:00
parent 896c15823c
commit 487216e888
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@
background: var(--block) background: var(--block)
border-radius: 6px border-radius: 6px
display: inline-flex display: inline-flex
max-width: 100%
a a
margin: 1px margin: 1px
padding: 0.25em 0.75rem padding: 0.25em 0.75rem

View File

@ -63,6 +63,7 @@
border-radius: 2px border-radius: 2px
.tab-content .tab-content
max-width: 100%
.tab-pane .tab-pane
&:not(.active) &:not(.active)
display: none display: none