Merge pull request #444 from tiwariav/bug/3677/ssh-key-modal

bugfix/3677 ssh modal key wrapping
This commit is contained in:
Arvind Tiwari 2017-08-12 00:42:59 +05:30 committed by GitHub
commit fcc8c4718c
3 changed files with 8 additions and 5 deletions

View file

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