Skip to content

Commit 7d99b60

Browse files
authored
Merge pull request #655 from pycontw/fix/keynote-word-break
fix(tabs): add break-all utility to tab styling for better text handling
2 parents 07517ae + c8d9198 commit 7d99b60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/core/tabs/Tabs.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export default {
6767
}
6868
6969
.tab {
70-
@apply inline-block w-full bg-opacity-0 p-4 text-xs text-black-200 md:text-sm;
70+
@apply inline-block w-full break-all bg-opacity-0 p-4 text-xs text-black-200 md:text-sm;
7171
@apply border-t-2 border-solid border-pink-700;
7272
line-height: 29px;
7373
font-size: 16px;

0 commit comments

Comments
 (0)