Skip to content

Commit

Permalink
fix: DefinitionListのstyleがsmarthr-normalize-cssを利用していないプロダクトで崩れてしまう問題…
Browse files Browse the repository at this point in the history
…に対応する (#4392)
  • Loading branch information
AtsushiM authored Mar 6, 2024
1 parent 59792ab commit 1fd55bc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/smarthr-ui-preset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -316,21 +316,25 @@ export default {
borderColor: theme('borderColor.default'),
},
'.border-t-shorthand': {
borderWidth: '0',
borderTopWidth: theme('borderWidth.DEFAULT'),
borderTopStyle: 'solid',
borderTopColor: theme('borderColor.default'),
},
'.border-r-shorthand': {
borderWidth: '0',
borderRightWidth: theme('borderWidth.DEFAULT'),
borderRightStyle: 'solid',
borderRightColor: theme('borderColor.default'),
},
'.border-b-shorthand': {
borderWidth: '0',
borderBottomWidth: theme('borderWidth.DEFAULT'),
borderBottomStyle: 'solid',
borderBottomColor: theme('borderColor.default'),
},
'.border-l-shorthand': {
borderWidth: '0',
borderLeftWidth: theme('borderWidth.DEFAULT'),
borderLeftStyle: 'solid',
borderLeftColor: theme('borderColor.default'),
Expand Down

0 comments on commit 1fd55bc

Please sign in to comment.