File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 < div class ="selector-section ">
2525 < div class ="selector-header ">
2626 < span class ="selector-title "> {{ t('sessions.sourceTitle') }}</ span >
27- < div class ="selector-actions ">
27+ < div class ="selector-actions sessions-header-actions ">
2828 < button class ="btn-tool btn-tool-compact " @click ="loadSessions({ forceRefresh: true }) " :disabled ="sessionsLoading ">
2929 {{ sessionsLoading ? t('sessions.refreshing') : t('sessions.refresh') }}
3030 </ button >
Original file line number Diff line number Diff line change 105105 flex : 0 0 auto;
106106}
107107
108+ .sessions-header-actions {
109+ display : inline-flex !important ;
110+ flex-direction : row !important ;
111+ flex-wrap : nowrap !important ;
112+ align-items : center;
113+ gap : var (--spacing-xs );
114+ white-space : nowrap;
115+ }
116+
117+ .sessions-header-actions > .btn-tool ,
118+ .sessions-header-actions > .btn-tool-compact {
119+ white-space : nowrap;
120+ flex : 0 0 auto;
121+ }
122+
108123.health-report {
109124 margin-top : 10px ;
110125 padding : 10px 0 0 ;
You can’t perform that action at this time.
0 commit comments