fixed filename word-break

This commit is contained in:
Danny Coates 2018-11-05 15:46:49 -08:00
parent 43748295b0
commit 1ef80febcb
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
4 changed files with 11 additions and 7 deletions

View file

@ -2,7 +2,7 @@ const html = require('choo/html');
module.exports = function(state, emit) {
return html`
<div class="absolute pin flex items-center justify-center overflow-hidden my-8 z-40 bg-cloud" onclick=${close}>
<div class="absolute pin flex items-center justify-center overflow-hidden z-40 bg-cloud md:my-8" onclick=${close}>
<div class="h-full max-h-screen absolute pin-t flex items-center">
<div class="shadow-cloud bg-white" onclick=${e => e.stopPropagation()}>
${state.modal(state, emit, close)}