Fix alignment of pill letter (#8874)
parent
769efa3074
commit
98dffebfef
|
@ -57,7 +57,6 @@ limitations under the License.
|
||||||
user-select: all;
|
user-select: all;
|
||||||
position: relative;
|
position: relative;
|
||||||
cursor: unset; // We don't want indicate clickability
|
cursor: unset; // We don't want indicate clickability
|
||||||
display: inline-block;
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
|
Loading…
Reference in New Issue