Skip to content
This repository was archived by the owner on Mar 8, 2024. It is now read-only.

Commit 834bb98

Browse files
3/5 changed to 4/5, wrong percentage
1 parent 32f9410 commit 834bb98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/app/weak-supervision/components/weak-supervision/weak-supervision.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ <h1 class="text-lg text-gray-900 mb-2 text-center">Last Weak
384384
<input type="checkbox" id="zero-shot-modal" class="modal-toggle">
385385

386386
<div class="modal">
387-
<div class="modal-box text-black bg-white justify-center max-w-3/5 min-w-1/2" style="width: fit-content">
387+
<div class="modal-box text-black bg-white justify-center max-w-4/5 min-w-1/2" style="width: fit-content">
388388
<h1 class="text-lg text-gray-900 mb-2 text-center mb-4">Add new zero shot classification</h1>
389389

390390
<div *ngIf="attributes && labelingTasksClassification"

tailwind.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ module.exports = {
114114
"xxs": "9rem",
115115
"xs-1": "250px",
116116
...defaultTheme.maxWidth,
117-
"3/5": "80%"
117+
"4/5": "80%"
118118
},
119119
minWidth: {
120120
"1/2": "50%"

0 commit comments

Comments
 (0)