Who do I can correct this ?
Edit bigfont.css ????
See
CORRET:

WRONG (the tab cut)

Edit bigfont.css ????
See
CORRET:

WRONG (the tab cut)



.gwt-TabBar .gwt-TabBarItem {
white-space: nowrap;
border: 1px solid #bbb;
border-right: 1px solid #666;
padding: 2px 7px 2px 7px;
background-color: #DDDDDD;
cursor: pointer;
cursor: hand;
height : 22px;
}
.gwt-TabBar .gwt-TabBarItem-selected {
white-space: nowrap;
font-weight: bold;
background-image: none;
background-color: #EBEBEB;
border: 1px solid #bbb;
border-bottom: 1px solid #fff;
border-right: 1px solid #666;
padding: 2px 7px 2px 7px;
cursor: pointer;
cursor: hand;
height : 22px;
}