mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 04:09:28 +00:00
fix width (#193777)
This commit is contained in:
committed by
GitHub
parent
b8e8db96fa
commit
feed93f995
@@ -102,6 +102,10 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.profile-edit-widget > .profile-icon-container:only-child > .profile-icon-label {
|
||||||
|
width: 45px;
|
||||||
|
}
|
||||||
|
|
||||||
.profile-edit-widget > .profile-icon-container > .profile-icon-id {
|
.profile-edit-widget > .profile-icon-container > .profile-icon-id {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|||||||
Reference in New Issue
Block a user