Skip to content

Commit 3293ca0

Browse files
author
minjk-bl
committed
Edit Studentsttest to wrap word
1 parent 7f92678 commit 3293ca0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

visualpython/js/menu/MenuItem.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,10 @@ define([
148148
// LAB: img to url
149149
// page.appendFormatLine('<img src="{0}">', com_Const.IMAGE_PATH + apps.icon);
150150
page.appendFormatLine('<div class="apps-icon {0}"></div>', id);
151+
// Exception for title alignment
152+
if (id === 'stats_studentstTest') {
153+
name = "Student's<br/>t-test";
154+
}
151155
page.appendFormatLine('<div class="vp-menuitem-apps-name">{0}</div>', name);
152156
page.append('</div>');
153157
} else {

0 commit comments

Comments
 (0)