spoko-design-system 0.2.15 → 0.2.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spoko-design-system",
3
- "version": "0.2.15",
3
+ "version": "0.2.16",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "astro dev",
@@ -39,7 +39,7 @@ const isLast = (index: Number) => {
39
39
 
40
40
  <template>
41
41
  <nav>
42
- <ul class="breadcrumbs flex items-center p-0 overflow-x-auto sm:mr-12 leading-none">
42
+ <ul class="breadcrumbs flex items-center p-0 overflow-x-auto sm:mr-12 leading-none h-full">
43
43
  <li v-if="props.showBack" class="breadcrumb-item flex h-full">
44
44
  <button
45
45
  class="breadcrumb-link flex items-center px-0 h-full sm:(py-1 h-auto) hover:text-lightBlue-500 whitespace-nowrap px-3 my-auto"