mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
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:
@ -34,4 +34,7 @@ module.exports = {
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [
|
||||
require('@tailwindcss/line-clamp'),
|
||||
],
|
||||
};
|
||||
|
Reference in New Issue
Block a user