Skip to content

Commit

Permalink
Merge pull request #1978 from MTES-MCT/hotfix/1838-stats-multiselect
Browse files Browse the repository at this point in the history
[BO - Statistiques] Correction de l'affichage des listes déroulantes (communes, étiquettes)
  • Loading branch information
sfinx13 authored Nov 28, 2023
2 parents 644218b + 3954bf1 commit 9c9f490
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions assets/vue/components/stats/TheHistoStatsFilters.vue
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,15 @@ export default defineComponent({
</script>

<style>
.align-right {
#histo-stats-filters .fr-container--fluid {
overflow: visible;
}
#histo-stats-filters .align-right {
text-align: right;
}
.fr-fi-refresh-line::before{
#histo-stats-filters .fr-fi-refresh-line::before{
margin-right: 5px;
font-size: 1rem;
color: var(--blue-france-sun-113-625);
Expand Down

0 comments on commit 9c9f490

Please sign in to comment.