File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
openid-connect-server-webapp/src/main/webapp/resources Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -180,4 +180,9 @@ h1,label {
180180 line-height : 20px ;
181181 vertical-align : middle;
182182 margin : 0 ;
183- }
183+ }
184+
185+ /* User profile claims alignment */
186+ .user-profile dd , .user-profile dt {
187+ height : 20px ;
188+ }
Original file line number Diff line number Diff line change 9696
9797< div data-i18n = "admin.user-profile.text" > Your user profile has the following information:</ div >
9898
99- < dl class = "dl-horizontal" >
99+ < dl class = "dl-horizontal user-profile " >
100100< dt > < span class = "text-info" data-i18n = "admin.user-profile.claim" > Claim name:</ span > </ dt >
101101< dd > < span class = "text-info" data-i18n = "admin.user-profile.value" > Claim value:</ span > < / d t >
102102 </dl >
109109< small class = "muted" > < % - category % > . </small > < % } % > < % - key % > </dt >
110110 < dd > < % - value % > </dd >
111111
112- </ script >
112+ </ script >
You can’t perform that action at this time.
0 commit comments