File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 71
71
{{/* show dummy elements before Vue componment is mounted, this code must match the code in BranchTagSelector.vue */}}
72
72
<div class="ui dropdown custom">
73
73
<button class="branch-dropdown-button ui basic small compact button gt-df gt-m-0">
74
- <span class="text gt-df gt-ac gt-overflow-x-auto gt-as ">
74
+ <span class="text gt-df gt-ac gt-overflow-x-auto gt-items-stretch ">
75
75
{{if .release}}
76
76
{{ctx.Locale.Tr "repo.release.compare"}}
77
77
{{else}}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Gitea's private styles use `g-` prefix.
5
5
.gt-df { display : flex !important ; }
6
6
.gt-dib { display : inline-block !important ; }
7
7
.gt-ac { align-items : center !important ; }
8
- .gt-as { align-items : stretch !important ; }
8
+ .gt-items-stretch { align-items : stretch !important ; }
9
9
.gt-jc { justify-content : center !important ; }
10
10
.gt-je { justify-content : flex-end !important ; }
11
11
.gt-sb { justify-content : space-between !important ; }
Original file line number Diff line number Diff line change @@ -246,7 +246,7 @@ export default sfc; // activate IDE's Vue plugin
246
246
<template >
247
247
<div class =" ui dropdown custom" >
248
248
<button class =" branch-dropdown-button ui basic small compact button gt-df gt-m-0" @click =" menuVisible = !menuVisible" @keyup.enter =" menuVisible = !menuVisible" >
249
- <span class =" text gt-df gt-ac gt-overflow-x-auto gt-as " >
249
+ <span class =" text gt-df gt-ac gt-overflow-x-auto gt-items-stretch " >
250
250
<template v-if =" release " >{{ textReleaseCompare }}</template >
251
251
<template v-else >
252
252
<svg-icon v-if =" isViewTag" name =" octicon-tag" />
You can’t perform that action at this time.
0 commit comments