Some CSS fixes.

このコミットが含まれているのは:
Roger Braun 2016-11-12 20:57:54 +01:00
コミット 4d6d916395
3個のファイルの変更8行の追加2行の削除

ファイルの表示

@ -36,6 +36,7 @@ a {
.container {
display: flex;
flex-wrap: wrap;
margin: 0;
padding: 0 10px 0 10px;
}
@ -78,7 +79,8 @@ nav {
}
sidebar {
width: 33.333% !important;
flex: 1;
flex-basis: 300px;
}
main-router {

ファイルの表示

@ -56,10 +56,13 @@
<style lang="scss">
.status-el {
hyphens: auto;
overflow-wrap: break-word;
word-wrap: break-word;
word-break: break-word;
a {
display: inline-block;
word-break: break-all;
}
}

ファイルの表示

@ -21,6 +21,7 @@
<style>
.timeline.panel {
flex: 1;
flex: 2;
flex-basis: 500px;
}
</style>