ssh modal key word-break fixed so that it wraps

This commit is contained in:
ARvind Tiwari 2017-08-11 01:49:41 +05:30
commit 3ccbf3a3ac
3 changed files with 8 additions and 5 deletions

View file

@ -294,6 +294,9 @@
.form-ssh h3{
margin-bottom: 40px;
}
.key_contain {
word-break: break-all;
}
.custom_form_button{
border-radius: 0;
}