File tree 2 files changed +4
-3
lines changed
src/components/Authenticate/ConsentForm
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -86,21 +86,22 @@ export default defineComponent({
86
86
.desc {
87
87
display : grid ;
88
88
grid-template-columns : min-content fit-content (100% );
89
- grid-template-rows : 1 fr 1 fr ;
89
+ grid-template-rows : repeat ( 2 , min-content ) ;
90
90
grid-column-gap : 12px ;
91
91
grid-row-gap : 8px ;
92
- word-break : break-all ;
93
92
}
94
93
.descTitle {
95
94
word-break : keep-all ;
96
95
padding : 4px 12px ;
96
+ margin : auto 0 ;
97
97
border : solid 2px ;
98
98
border-radius : 18px ;
99
99
font-weight : bold ;
100
100
text-align : center ;
101
101
}
102
102
.descContent {
103
103
word-break : keep-all ;
104
+ overflow-wrap : anywhere;
104
105
margin : auto 0 ;
105
106
}
106
107
.developerIcon {
Original file line number Diff line number Diff line change 1
1
<template >
2
- <div >
2
+ <div :style = " styles.container " >
3
3
<authenticate-header :class =" $style.header" title =" OAuth認可" />
4
4
<client-description
5
5
v-if =" state.client"
You can’t perform that action at this time.
0 commit comments