File tree Expand file tree Collapse file tree 1 file changed +26
-7
lines changed Expand file tree Collapse file tree 1 file changed +26
-7
lines changed Original file line number Diff line number Diff line change 34
34
X
35
35
</button >
36
36
</div >
37
- <div
38
- class =" modal-body p-5 w-full h-full overflow-y-auto "
39
- >
37
+ <div class =" modal-body p-5 w-full h-full" >
40
38
<form class =" max-w-xl m-4 text-left" >
41
39
<div class =" " >
42
40
<input
90
88
></textarea >
91
89
</div >
92
90
93
- <div class =" mt-6" >
91
+ <div class =" mt-6 pb-4 sm:pb-1 " >
94
92
<button
95
- class =" px-6 py-2.5 text-white font-medium tracking-wider bg-indigo-500 hover:bg-indigo-600 rounded-lg focus:ring-1 focus:ring-indigo-900"
93
+ class =" px-4
94
+ sm:px-6
95
+ py-2
96
+ sm:py-2.5
97
+ text-white
98
+ font-normal
99
+ sm:font-medium
100
+ bg-indigo-500
101
+ hover:bg-indigo-600
102
+ rounded-md
103
+ sm:rounded-lg
104
+ focus:ring-1 focus:ring-indigo-900"
96
105
type =" submit"
97
106
aria-label =" Submit Request"
98
107
>
102
111
</form >
103
112
</div >
104
113
<div
105
- class =" modal-footer py-3 px-5 border0-t text-right"
114
+ class =" modal-footer mt-2 sm:mt-0 py-5 px-8 border0-t text-right"
106
115
>
107
116
<button
108
- class =" px-6 py-2 bg-indigo-400 hover:bg-indigo-500 rounded-lg font-bold text-primary-light focus:ring-1 focus:ring-indigo-900"
117
+ class =" px-4
118
+ sm:px-6
119
+ py-2
120
+ bg-indigo-400
121
+ hover:bg-indigo-500
122
+ rounded-md
123
+ sm:rounded-lg
124
+ font-normal
125
+ sm:font-bold
126
+ text-primary-light
127
+ focus:ring-1 focus:ring-indigo-900"
109
128
@click =" showModal()"
110
129
aria-label =" Close Modal"
111
130
>
You can’t perform that action at this time.
0 commit comments