diff --git a/css/style.css b/css/style.css index b591d90e0..50285bed7 100644 --- a/css/style.css +++ b/css/style.css @@ -551,8 +551,8 @@ a[href="javascript:;"] { } .persona .field:hover, .persona .field:focus { - -webkit-flex: 4; - flex: 4; + -webkit-flex: 3; + flex: 3; } #dump-button { background: -webkit-linear-gradient(#EEE, #CCC);