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:
parent
2f645c029f
commit
1f8bdd7c4e
2 changed files with 1 additions and 2 deletions
|
@ -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';
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue