Commit 52eba07a by Amiya Sahu

Fix for user profile page

The profile data overlaps the current div , this commit fixes this
parent 7be2dd68
......@@ -1997,6 +1997,9 @@ input[type="submit"], button {
width: auto;
}
.qa-part-form-profile .qa-form-wide-data {
word-break: break-word;
}
.qa-part-form-profile .qa-form-tall-image {
text-align: center;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment