Skip to content
Snippets Groups Projects
Commit 2025a077 authored by Gaëlle Morin's avatar Gaëlle Morin
Browse files

ui, fix: Resolve issue on the displaying of groups

parent 05d71de3
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
script(
type="module"
src="https://unpkg.com/@startinblox/oidc@0.5"
src="https://unpkg.com/@startinblox/oidc@0.6"
data-authority=`${sdn}/openid/`,
data-client_id=`${client_id}`,
data-response_type='id_token token',
......
......@@ -45,7 +45,7 @@
sib-multiple[name$='groups'] {
display: flex;
li {
> * {
@extend %group;
}
}
......
......@@ -65,7 +65,7 @@
display: flex;
padding-left: 1.4rem;
li {
groups-name {
@extend %group;
}
}
......
......@@ -166,6 +166,10 @@
sib-multiple[name$='groups'] {
display: flex;
> * {
margin-right: 0.4rem;
}
}
}
}
......
......@@ -54,6 +54,7 @@ $color-majorelle-blue: hsl(244, 73%, 62%);
color: $color-rolling-stone;
font-size: 1.4rem;
font-weight: 400;
margin-right: 0.4rem;
padding: calc(1.6rem - 0.8em) 0.7em;
}
......
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