diff options
Diffstat (limited to 'public/popup.html')
-rw-r--r-- | public/popup.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/popup.html b/public/popup.html index 5f07649d..e50071db 100644 --- a/public/popup.html +++ b/public/popup.html @@ -84,7 +84,7 @@ <div> <p class="u-mZ">__MSG_Username__:</p> <div id="setUsernameContainer"> - <p id="usernameValue" class="u-mZ"></p> + <p id="usernameValue"></p> <button id="setUsernameButton" title="__MSG_setUsername__"> <img src="/icons/pencil.svg" alt="__MSG_setUsername__" width="16" height="16" id="sbPopupIconEdit"> </button> |