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

This commit is contained in:
Sébastien Lucas 2014-05-31 13:59:41 +02:00
부모 bc1d80b8f7
커밋 c0a6c74369
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제

파일 보기

@ -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}}