Skip to content

Commit

Permalink
Merge pull request #38 from AplinkosMinisterija/minor-design-fixes
Browse files Browse the repository at this point in the history
nr.-> Nr. and input width 100%
  • Loading branch information
LWangllix authored Nov 27, 2023
2 parents fb589d2 + 4a8eb9a commit b2a688d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/components/fields/components/MultiTextFieldInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ const InnerContainer = styled.div`
align-items: center;
flex-wrap: wrap;
gap: 4px;
width: 100%;
`;

const StyledCloseIcon = styled(Icon)`
Expand Down
4 changes: 2 additions & 2 deletions src/utils/texts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,10 +177,10 @@ export const formTableLabels = ({
});

export const pageTitles = {
request: (id: string) => `Duomenų gavimo nr. ${id}`,
request: (id: string) => `Duomenų gavimo Nr. ${id}`,
requests: "Duomenų gavimai",
newRequest: "Naujas duomenų gavimas",
form: (id: string) => `Duomenų teikimo nr. ${id}`,
form: (id: string) => `Duomenų teikimo Nr. ${id}`,
profile: "Profilis",
newForm: "Naujas duomenų teikimas",
updateForm: "Duomenų teikimą",
Expand Down

0 comments on commit b2a688d

Please sign in to comment.