Skip to content
Snippets Groups Projects
Commit 3d312979 authored by bgm's avatar bgm
Browse files

tabs: reduce padding on mobile to avoid pill overflow

parent caa700e2
No related branches found
No related tags found
No related merge requests found
......@@ -135,6 +135,11 @@
display: block;
width: calc((100% - 60px) / 2);
}
.ui-tabs-anchor {
// Reduce horizontal padding so that the pill/counter does not overflow
padding: 15px 5px !important;
}
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment