Merge "Prevent text from overflowing in change_plugins entry point"

This commit is contained in:
Andrew Bonventre
2016-11-03 21:55:16 +00:00
committed by Gerrit Code Review

View File

@@ -93,6 +93,10 @@ limitations under the License.
.changeMetadata {
font-size: .95em;
}
/* Prevent plugin text from overflowing. */
#change_plugins {
word-break: break-all;
}
.commitMessage {
font-family: var(--monospace-font-family);
flex: 0 0 72ch;