spoko-design-system 0.7.8 → 0.7.9
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
|
@@ -115,7 +115,7 @@ export const componentShortcuts = [
|
|
|
115
115
|
// Details table
|
|
116
116
|
['details-table', 'border-none shadow-none w-full md:w-auto'],
|
|
117
117
|
['details-table-row', 'border-none'],
|
|
118
|
-
['details-table-header', 'leading-none text-3.5 py-2 border-none xl:py-4 3xl:text-4 px-0'],
|
|
118
|
+
['details-table-header', 'leading-none text-3.5 py-2 border-none xl:py-4 3xl:text-4 px-0 text-left'],
|
|
119
119
|
['details-table-cell', 'relative'],
|
|
120
120
|
['details-table-col', 'w-1/2 md:w-auto'],
|
|
121
121
|
['link-primary', 'leading-none text-brand-primary hover:text-accent-light hover:underline'],
|