Skip to content
Snippets Groups Projects
Unverified Commit 8c9c89a1 authored by arrow2nd's avatar arrow2nd Committed by GitHub
Browse files

fix(frontend): ユーザーページのバッジ表示を適切に折り返すように (#10222)

* fix(frontend): ユーザーページのバッジ表示を適切に折り返すように

* Update CHANGELOG.md
parent 353b1cc6
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
-
### Bugfixes
-
- ユーザーページのバッジ表示を適切に折り返すように @arrow2nd
You should also include the user name that made the change.
-->
......
......@@ -352,6 +352,9 @@ onUnmounted(() => {
> .roles {
padding: 24px 24px 0 154px;
font-size: 0.95em;
display: flex;
flex-wrap: wrap;
gap: 8px;
> .role {
border: solid 1px var(--color, var(--divider));
......@@ -493,7 +496,7 @@ onUnmounted(() => {
> .roles {
padding: 16px 16px 0 16px;
text-align: center;
justify-content: center;
}
> .description {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment