1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-10 07:55:25 +02:00

fixed line height glitch for Firefox

This commit is contained in:
Harvey Kandola 2016-05-17 12:53:27 -07:00
parent 2f645c029f
commit 1f8bdd7c4e
2 changed files with 1 additions and 2 deletions

View file

@ -9,7 +9,6 @@
// //
// https://documize.com // https://documize.com
// Copyright (c) 2015 Documize Inc.
import Ember from 'ember'; import Ember from 'ember';
import constants from '../../utils/constants'; import constants from '../../utils/constants';
import TooltipMixin from '../../mixins/tooltip'; import TooltipMixin from '../../mixins/tooltip';

View file

@ -28,7 +28,7 @@
width: 100%; width: 100%;
border: none; border: none;
border-bottom: 1px solid $color-input; border-bottom: 1px solid $color-input;
height: 2rem; height: 2.3rem;
outline: none; outline: none;
&:focus { &:focus {