Fixed bug where editing account on mobile would have a different width than the rest of the content
This commit is contained in:
parent
fe3aade901
commit
4b75be9f2f
@ -30,12 +30,15 @@
|
||||
}
|
||||
|
||||
#accountDetailsPanel {
|
||||
width:94%;
|
||||
width: 94%;
|
||||
margin-bottom: 3%;
|
||||
}
|
||||
#accountSocialsPanel {
|
||||
width:94%;
|
||||
width: 94%;
|
||||
}
|
||||
#accountSocialsPanelEdit {
|
||||
width: 94%;
|
||||
}
|
||||
#passwordChangePanel {
|
||||
width:94%;
|
||||
width: 94%;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user