]> BookStack Code Mirror - bookstack/commitdiff
Update setting-entity-color-picker.blade.php
authorStatium <redacted>
Sat, 7 Mar 2020 10:08:08 +0000 (15:08 +0500)
committerDan Brown <redacted>
Wed, 11 Mar 2020 21:23:04 +0000 (21:23 +0000)
Reducing indentation to one look in the application settings.

resources/views/components/setting-entity-color-picker.blade.php

index fffb4220ed6836763b32d84bab3205628564ed99..3b99d0b7cd681a130f83a9dea5c65da7515136f0 100644 (file)
@@ -5,7 +5,7 @@
     <div>
         <label for="setting-{{ $type }}-color" class="text-dark">{{ trans('settings.'. str_replace('-', '_', $type) .'_color') }}</label>
         <button type="button" class="text-button text-muted" setting-color-picker-default>{{ trans('common.default') }}</button>
-        <span class="sep mx-xs">|</span>
+        <span class="sep">|</span>
         <button type="button" class="text-button text-muted" setting-color-picker-reset>{{ trans('common.reset') }}</button>
     </div>
     <div>
@@ -18,4 +18,4 @@
                placeholder="{{ config('setting-defaults.'. $type .'-color') }}"
                class="small">
     </div>
-</div>
\ No newline at end of file
+</div>