feat: limit the num of lines for filename (#1424)

* feat: limit the linenum of  filename

* change the implement of line-clamp
This commit is contained in:
CorrectRoadH
2023-03-29 20:27:54 +08:00
committed by GitHub
parent 526fbbba45
commit 3c2578f666
3 changed files with 5 additions and 1 deletions

View File

@ -34,4 +34,7 @@ module.exports = {
},
},
},
plugins: [
require('@tailwindcss/line-clamp'),
],
};