Skip to content

Commit

Permalink
Remove not needed usage of CSS line-height. (#1186)
Browse files Browse the repository at this point in the history
  • Loading branch information
linuspahl authored Sep 27, 2022
1 parent 8bf685f commit 2f1cdec
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/web/aws/cloudwatch/StepReview.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
import React, { useContext, useEffect, useState } from 'react';
import PropTypes from 'prop-types';
import styled from 'styled-components';

import { Link } from 'components/common/router';
import Routes from 'routing/Routes';
import { Input } from 'components/bootstrap';
import { Icon } from 'components/common';

import { FormDataContext } from 'aws/context/FormData';
import { ApiContext } from 'aws/context/Api';
import useFetch from 'aws/common/hooks/useFetch';
Expand Down Expand Up @@ -246,8 +246,7 @@ const ReviewItems = styled.ul`
padding: 0;
li {
line-height: 2;
padding: 0 5px;
padding: 5px;
:nth-of-type(odd) {
background-color: rgba(220, 225, 229, 0.4);
Expand Down

0 comments on commit 2f1cdec

Please sign in to comment.