Fixed public key text outinf of panel border

This commit is contained in:
Dmitry Khomutov 2014-05-10 21:06:16 +07:00
parent e21247862e
commit 174a9ee95e

View file

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