Skip to content

Commit

Permalink
Fixes CSS for firefox and chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
bengro committed May 19, 2016
1 parent 5d9fbf2 commit d893f14
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions flash/static/styles/default.css
Expand Up @@ -62,6 +62,7 @@ h1 {
flex-basis: 20%;
flex-grow: 1;
margin: 10px;
min-width: 100px;
padding: 10px;
}

Expand Down
8 changes: 4 additions & 4 deletions flash/templates/demo.html
Expand Up @@ -8,22 +8,22 @@
</div>
<section class="pane short-pane">
<div class="pane-item build-outcome working">
<div class="message">Truncate to 20 ch...</div>
<div class="message">This should be automatically truncated to a reasonable chunk of text</div>
<div class="elapsed"></div>
<div class="author">Some Author</div>
</div>
<div class="pane-item build-outcome failed">
<div class="message">Truncate to 20 ch...</div>
<div class="message">This should be automatically truncated to a reasonable chunk of text</div>
<div class="elapsed"></div>
<div class="author">Some Author</div>
</div>
<div class="pane-item build-outcome cancelled">
<div class="message">Truncate to 20 ch...</div>
<div class="message">This should be automatically truncated to a reasonable chunk of text</div>
<div class="elapsed"></div>
<div class="author">Some Author</div>
</div>
<div class="pane-item build-outcome passed">
<div class="message">Truncate to 20 ch...</div>
<div class="message">This should be automatically truncated to a reasonable chunk of text</div>
<div class="elapsed"></div>
<div class="author">Some Author</div>
</div>
Expand Down

0 comments on commit d893f14

Please sign in to comment.