Skip to content

Commit

Permalink
removed ellipsis for URL
Browse files Browse the repository at this point in the history
Signed-off-by: Vadym Struts <[email protected]>
  • Loading branch information
vadimstruts committed Jan 7, 2025
1 parent 75cd53e commit 172b406
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 68 deletions.
5 changes: 2 additions & 3 deletions components/webcompat_reporter/ui/components/ReportView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import {
ModalTitle,
TextSection,
InfoText,
NonInteractiveURL,
DisclaimerText,
SideBySideButtons,
PaddedButton,
Expand All @@ -23,8 +24,6 @@ import {
ScreenshotLink
} from './basic'

import ShortenedUrl from './ShortenedUrl'

// Localization data
import { getLocale } from '../../../common/locale'
import {
Expand Down Expand Up @@ -130,7 +129,7 @@ export default class ReportView extends React.PureComponent<Props, State> {
</InfoText>
{!isIneligiblePage &&
<>
<ShortenedUrl url={siteUrl}/>
<NonInteractiveURL>{siteUrl}</NonInteractiveURL>
<FieldCtr>
<TextArea
placeholder={getLocale('reportDetails')}
Expand Down
65 changes: 0 additions & 65 deletions components/webcompat_reporter/ui/components/ShortenedUrl.tsx

This file was deleted.

0 comments on commit 172b406

Please sign in to comment.