Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Commit

Permalink
responsive communication
Browse files Browse the repository at this point in the history
  • Loading branch information
emneirin committed May 21, 2023
1 parent 0d23864 commit 20a7e3b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions frontend/pages/admin/communication.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ function AdminCommunication() {
<p className="title">Communicatie extern</p>
<div>
<Row style={{paddingBottom: '20px'}}>
<Col>
<Col sm={12} md={4}>
<div>
<TemplateAutocomplete
initialId={templateId}
Expand All @@ -144,7 +144,7 @@ function AdminCommunication() {
/>
</div>
</Col>
<Col>
<Col sm={12} md={4}>
<div>
<UserAutoComplete
initialId={userId}
Expand All @@ -153,7 +153,6 @@ function AdminCommunication() {
/>
</div>
</Col>

<Col style={{display: 'flex', alignItems: 'end', justifyContent: 'end'}}>
<div className="padding">
<Button
Expand Down

0 comments on commit 20a7e3b

Please sign in to comment.