Skip to content

Commit ff82ff9

Browse files
committed
fix: design Changes for Phone Number, Email and Address Model
Design Changes for Phone Number, Email and Address Model fix HospitalRun#1920
1 parent 9fe255e commit ff82ff9

File tree

3 files changed

+450
-317
lines changed

3 files changed

+450
-317
lines changed

src/index.css

+6-1
Original file line numberDiff line numberDiff line change
@@ -106,5 +106,10 @@ code {
106106

107107
.addButton{
108108
margin-top: 2em;
109-
top: 50%
109+
top: 50%;
110+
right: 0px;
111+
}
112+
113+
.tableButton{
114+
float: right;
110115
}

src/locales/enUs/translations/patient/index.ts

+3
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,17 @@ export default {
1414
placeOfBirth: 'Place of Birth',
1515
sex: 'Sex',
1616
phoneNumber: {
17+
panel: 'Phone Number',
1718
type: 'Phone Number Type',
1819
phoneNumber: 'Phone Number',
1920
},
2021
email: {
22+
panel: 'Email',
2123
type: 'Email Type',
2224
email: 'Email',
2325
},
2426
address: {
27+
panel: 'Address',
2528
type: 'Address Type',
2629
address: 'Address',
2730
},

0 commit comments

Comments
 (0)