mirror of
https://github.com/documize/community.git
synced 2025-08-07 06:25:23 +02:00
fixed line height glitch for Firefox
This commit is contained in:
parent
2f645c029f
commit
1f8bdd7c4e
2 changed files with 1 additions and 2 deletions
|
@ -9,7 +9,6 @@
|
|||
//
|
||||
// https://documize.com
|
||||
|
||||
// Copyright (c) 2015 Documize Inc.
|
||||
import Ember from 'ember';
|
||||
import constants from '../../utils/constants';
|
||||
import TooltipMixin from '../../mixins/tooltip';
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
width: 100%;
|
||||
border: none;
|
||||
border-bottom: 1px solid $color-input;
|
||||
height: 2rem;
|
||||
height: 2.3rem;
|
||||
outline: none;
|
||||
|
||||
&:focus {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue