We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lightningテーマでtheme.json を有効化して世代はG3の場合、グループブロック内にタブブロックを配置すると、テーマ側のcssのmarginが付与されてタブの下に余白が開いてしまうようでした。
以下のcssが付与されてしまうようです。 もしテーマ側の修正でしたら、すみません。 transfer issuesで移動させていただいてもOKです🙇
body .container :is(.is-layout-flow,.is-layout-constrained) ul:where(:not(:last-child)) { margin-block-end: var(--vk-margin-element-bottom); }
The text was updated successfully, but these errors were encountered:
MergedされたためCloseします、ありがとうございました!
Sorry, something went wrong.
goutetsuguma
No branches or pull requests
Lightningテーマでtheme.json を有効化して世代はG3の場合、グループブロック内にタブブロックを配置すると、テーマ側のcssのmarginが付与されてタブの下に余白が開いてしまうようでした。
以下のcssが付与されてしまうようです。
もしテーマ側の修正でしたら、すみません。 transfer issuesで移動させていただいてもOKです🙇
The text was updated successfully, but these errors were encountered: