Skip to content

Commit cdaf00f

Browse files
committed
minor
1 parent 999d2c9 commit cdaf00f

File tree

1 file changed

+2
-1
lines changed
  • services/static-webserver/client/source/class/osparc/dashboard

1 file changed

+2
-1
lines changed

services/static-webserver/client/source/class/osparc/dashboard/Dashboard.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,8 @@ qx.Class.define("osparc.dashboard.Dashboard", {
138138
});
139139
const tabButton = tabPage.getChildControl("button");
140140
tabButton.set({
141-
minWidth: 50
141+
minWidth: 50,
142+
maxHeight: 36,
142143
});
143144
tabButton.ttt = label;
144145
tabButton.getChildControl("label").set({

0 commit comments

Comments
 (0)