1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Use flex to ensure network name does not wrap.

This commit is contained in:
Dan 2017-08-31 20:39:39 -02:30 committed by Chi Kei Chan
parent c436b6ffb3
commit 0d6e64bfbe

View File

@ -10,4 +10,5 @@
text-rendering: geometricPrecision;
font-family: 'DIN OT';
font-size: 10px;
flex: 1 0 auto;
}