Skip to content

Commit 7a785e1

Browse files
jase156ridouku
andauthored
Tt 294 fex calendar text overflow (#711)
* fix: TT-290 add method to avoid text overflow * fix: TT-294 Refactor logic to check if element must show * fix: TT-290 add method to avoid text overflow * fix: TT-294 Refactor logic to check if element must show * fix: TT-294 Rebase from master Co-authored-by: ridouku <[email protected]>
1 parent 83e50c8 commit 7a785e1

File tree

8 files changed

+24968
-881
lines changed

8 files changed

+24968
-881
lines changed

karma.conf.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,8 @@ module.exports = function (config) {
4949
browsers: ['Chrome'],
5050
singleRun: false,
5151
restartOnFileChange: true,
52+
proxies: {
53+
'/assets/': '/src/assets/',
54+
},
5255
});
5356
};

0 commit comments

Comments
 (0)