Skip to content

Commit

Permalink
fix: fixed css issues raised by ikem
Browse files Browse the repository at this point in the history
Signed-off-by: eniolam1000752 <eniolam1000752@gmail.com>
  • Loading branch information
eniolam1000752 committed Jul 5, 2022
1 parent e7a1057 commit 534e059
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@
box-sizing: border-box;
flex-direction: row;
column-gap: 10px;
align-items: flex-start;

& .headerText {
font-size: 13px;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import React from 'react';
import { useTranslation } from 'react-i18next';
import { Link } from 'react-router-dom';
import moment from 'moment';
import Box from 'src/theme/box';
import TokenAmount from '@token/fungible/components/tokenAmount';
Expand All @@ -10,7 +11,6 @@ import grid from 'flexboxgrid/dist/flexboxgrid.css';
import Dialog from '@theme/dialog/dialog';
import Icon from 'src/theme/Icon';
import Tooltip from 'src/theme/Tooltip';
import { Link } from 'react-router-dom';
import { parseSearchParams } from 'src/utils/searchParams';
import { usePinBlockchainApplication } from '../../hooks/usePinBlockchainApplication';
import styles from './BlockchainApplicationDetails.css';
Expand Down

0 comments on commit 534e059

Please sign in to comment.