diff --git a/src/pages/client/components/LocationsList/components/LocationsDetailView/style.scss b/src/pages/client/components/LocationsList/components/LocationsDetailView/style.scss index ddfb3be9..f1492785 100644 --- a/src/pages/client/components/LocationsList/components/LocationsDetailView/style.scss +++ b/src/pages/client/components/LocationsList/components/LocationsDetailView/style.scss @@ -73,15 +73,6 @@ @include typography(app-side-bar); color: var(--text-body-primary); } - - .name { - display: flex; - flex-flow: row nowrap; - column-gap: 1rem; - align-content: center; - align-items: center; - justify-content: flex-start; - } } }