Reduce the panel heading and forbid the wordwrap on the panel title

Esse commit está contido em:
Sébastien Lucas 2014-05-31 13:59:41 +02:00
commit c0a6c74369
1 arquivos alterados com 7 adições e 0 exclusões

Ver arquivo

@ -48,6 +48,13 @@
.bottomright {position:absolute; bottom:0; margin-bottom:25px; right: 20px;}
.panel-title a {
overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
display:block;
}
.panel-heading { padding: 10px 7px; }
</style>
{{? it.server_side_rendering == 0}}