Skip to content

Commit

Permalink
Improve text display (see textbook/flash_services#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
textbook committed May 13, 2016
1 parent 7957169 commit 5d9fbf2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions flash/static/styles/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,18 @@ h1 {
.pane-item {
background: rgb(66, 66, 66);
border-radius: 5px;
flex-basis: 20%;
flex-grow: 1;
margin: 10px;
padding: 10px;
}

.pane-item > div {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

.pane-item .message {
font-weight: bold;
}
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
astroid==1.4.4
colorama==0.3.7
cookies==2.2.1
flash-services==0.2.2
flash-services==0.2.3
Flask==0.10.1
Flask-Humanize==0.3.0
humanize==0.5.1
Expand Down

0 comments on commit 5d9fbf2

Please sign in to comment.