Hello,
With the profile tabs, the active tab css messes up with the tabs' alignment. It's caused from the padding-bottom and border-bottom on each active tab.
To fix the issue, I simply removed the css for it since the tabs aren't dramatic affected. Here is a gif of the issue and the fix:
Also, here is the css for the active tab:
.tabs li.active a, .tabs.noLinks li.active {
background-color: rgb(34, 34, 34);
/* padding-bottom: 1px;
border-bottom: 1px none black; */
}
With the profile tabs, the active tab css messes up with the tabs' alignment. It's caused from the padding-bottom and border-bottom on each active tab.
To fix the issue, I simply removed the css for it since the tabs aren't dramatic affected. Here is a gif of the issue and the fix:
Also, here is the css for the active tab:
.tabs li.active a, .tabs.noLinks li.active {
background-color: rgb(34, 34, 34);
/* padding-bottom: 1px;
border-bottom: 1px none black; */
}
- Type
- Bug report
- Status
- Implemented
