Merge pull request #408 from corpsee/public-key-overflow-fix

Fixed public key text outing of panel border
This commit is contained in:
Dan Cryer 2014-05-11 15:42:57 +01:00
commit faad6592cf

View file

@ -80,4 +80,8 @@ h1 {
position: absolute;
right: 25px;
width: 200px;
}
.panel-body {
overflow: auto;
}