Fix alignment of pill letter (#8874)

This commit is contained in:
Suguru Hirahara 2022-06-20 04:11:13 +00:00 committed by GitHub
parent 769efa3074
commit 98dffebfef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,7 +57,6 @@ limitations under the License.
user-select: all;
position: relative;
cursor: unset; // We don't want indicate clickability
display: inline-block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;