feat(frontend): adjust person details design and add improved truncate

This commit is contained in:
sct
2020-12-23 16:02:55 +09:00
parent 3bbc716434
commit 1fb7ea7258
6 changed files with 90 additions and 20 deletions

View File

@@ -62,7 +62,7 @@ module.exports = {
borderWidth: ['first', 'last'],
margin: ['first', 'last', 'responsive'],
boxShadow: ['group-focus'],
opacity: ['disabled', 'hover'],
opacity: ['disabled', 'hover', 'group-hover'],
},
plugins: [
require('@tailwindcss/forms'),