File tree Expand file tree Collapse file tree
contentcuration/contentcuration/frontend Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 >
1717 <VListTileContent >
1818 <VListTileSubTitle >{{ translateConstant(preset.id) }}</VListTileSubTitle >
19- <VListTileTitle >
19+ <VListTileTitle class = " file-display " >
2020 <span
2121 v-if =" fileDisplay"
2222 class =" notranslate"
217217
218218<style lang="less" scoped>
219219
220- .layout .section-header {
221- padding : 0 15px ;
222- font-weight : bold ;
223- color : var (--v-darken-3 );
224- }
225-
226- button {
227- margin : 0 ;
228- }
229-
230220 / deep/ .v-list__tile {
231221 height : max-content !important ;
232222 min-height : 64px ;
238228 }
239229
240230 .v-list__tile__title {
241- height : max-content ;
231+ height : 30 px ;
242232 }
243233
244234 .v-list__tile__sub-title {
235+ margin-left : 1px ;
245236 white-space : unset ;
246237 }
247238 }
248239
240+ .file-display {
241+ margin-left : 1px ;
242+ }
243+
249244 </style >
Original file line number Diff line number Diff line change 6767 height : unset ;
6868 min-height : min-content ;
6969 padding : 0 ;
70- margin : 0 ;
70+ margin : 0 0 0 1 px ;
7171 font-weight : normal ;
7272 text-transform : none ;
7373 }
You can’t perform that action at this time.
0 commit comments