styles: Use appropriate tag marker @border-radius-pill token

Have falsely used the circle token for this, as it was using the
same height and I thought it's a circular shape. Pill is the right one.

Bug: T335932
Change-Id: I069d3a259993e01310586732829708f1a4f8b547
This commit is contained in:
Volker E 2023-05-05 02:37:49 -07:00
parent 0dab6652e8
commit a44c3a0652

View file

@ -129,7 +129,7 @@ ul.mw-contributions-list li > * {
box-sizing: border-box;
height: 1.6em;
border: @border-base;
border-radius: @border-radius-circle;
border-radius: @border-radius-pill;
line-height: 1.6em;
padding: 0 0.6em;
vertical-align: middle;