Skip to content
This repository was archived by the owner on Jan 9, 2026. It is now read-only.

Commit ea3970c

Browse files
committed
remove button width class
1 parent 51d38f0 commit ea3970c

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

typescript-audit-logs-example/public/stylesheets/style.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,6 @@ a:visited {
9292
width: 15vw;
9393
}
9494

95-
.width-150px {
96-
width: 150px;
97-
}
98-
9995
.height-45vh {
10096
height: 45vh;
10197
}

typescript-audit-logs-example/views/send_events.ejs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,11 +194,11 @@
194194
</div>
195195
</div>
196196
<div class="flex flex-start">
197-
<div class="flex width-150px">
197+
<div class="flex">
198198
<button class="button button-outline" name="event" id="generate_csv"
199199
value="generate_csv">Generate CSV</button>
200200
<div>
201-
<div class="flex width-150px">
201+
<div class="flex">
202202
<button class="button button-outline" name="event" id="access_csv"
203203
value="access_csv">Download CSV</button>
204204
<div>

0 commit comments

Comments
 (0)