anuragshas commited on
Commit
65eba5f
·
1 Parent(s): 2afe531

fix: overflowing form

Browse files
Files changed (1) hide show
  1. style.css +4 -0
style.css CHANGED
@@ -1,5 +1,9 @@
1
  @import "tailwindcss";
2
 
 
 
 
 
3
  .quotation-print {
4
  max-width: 800px;
5
  margin: auto;
 
1
  @import "tailwindcss";
2
 
3
+ #items-table input {
4
+ width: 100%;
5
+ }
6
+
7
  .quotation-print {
8
  max-width: 800px;
9
  margin: auto;