Skip to content

Commit

Permalink
INTERIM-144 Allow long words and links to break for the mobile view o…
Browse files Browse the repository at this point in the history
…f responsive tables. (#178)
  • Loading branch information
sacarney authored and angelamnr committed May 30, 2018
1 parent 4007cc5 commit ca3e3fa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions css/suitcase.css
Original file line number Diff line number Diff line change
Expand Up @@ -2350,6 +2350,12 @@ table.responsive-table,
font-weight: 500;
background: #eee;
}

/* --- Word Breaks --- */

.responsive-table {
word-break: break-word;
}
}

/* --- Views Tables - Overflow --- */
Expand Down

0 comments on commit ca3e3fa

Please sign in to comment.