Merge "Prevent text from overflowing in change_plugins entry point"
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user