File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed
Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change 2424 </tr >
2525 </thead >
2626 <tbody ref =" tableBody" :style =" tbodyStyle" class =" log-table__body" >
27- <tr v-if =" sortedByTime === 'ascending'" >
28- <td colspan = " 5 " class = " log-table__load-more " >
27+ <tr v-if =" sortedByTime === 'ascending'" class = " log-table__load-more " >
28+ <td >
2929 <IntersectionObserver v-if =" logStore.hasRemainingEntries" @intersection =" loadMore" >
3030 {{ t('logreader', 'Loading older log entries') }}
3131 </IntersectionObserver >
4242 @show-details =" showDetailsForRow" />
4343 </tbody >
4444 <tfoot role =" rowgroup" class =" log-table__footer" >
45- <tr v-if =" sortedByTime !== 'ascending'" >
46- <td colspan = " 5 " class = " log-table__load-more " >
45+ <tr v-if =" sortedByTime !== 'ascending'" class = " log-table__load-more " >
46+ <td >
4747 <IntersectionObserver v-if =" logStore.hasRemainingEntries" @intersection =" loadMore" >
4848 {{ t('logreader', 'Loading older log entries') }}
4949 </IntersectionObserver >
@@ -226,8 +226,13 @@ function onScroll() {
226226 }
227227
228228 & __load-more {
229- text-align : center ;
230- padding-block : 4px ;
229+ display : flex ;
230+
231+ :deep (td ) {
232+ flex-basis : 100% ;
233+ text-align : center ;
234+ padding-block : 4px ;
235+ }
231236 }
232237
233238 & __header ,
You can’t perform that action at this time.
0 commit comments