Skip to content

Commit

Permalink
Merge pull request #2253 from martaradziszewska/@vue-storefront-featu…
Browse files Browse the repository at this point in the history
…re/category-header-style-fixed

added margin right to button
  • Loading branch information
pkarw committed Jan 18, 2019
2 parents 8151657 + 2be540a commit b9ab1eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/themes/default/pages/Category.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<div class="container">
<div class="row m0">
<button
class="col-xs-5 mt25 p15 mobile-filters-button bg-cl-th-accent brdr-none cl-white h5 sans-serif fs-medium-small"
class="col-xs-5 mt25 mr15 p15 mobile-filters-button bg-cl-th-accent brdr-none cl-white h5 sans-serif fs-medium-small"
@click="openFilters"
>
{{ $t('Filters') }}
Expand Down

0 comments on commit b9ab1eb

Please sign in to comment.