Update templates/customer_details.html
Browse files
templates/customer_details.html
CHANGED
|
@@ -95,7 +95,7 @@
|
|
| 95 |
padding: 10px 20px;
|
| 96 |
font-size: 1rem;
|
| 97 |
cursor: pointer;
|
| 98 |
-
width:
|
| 99 |
font-weight: bold; /* Making the button text bold */
|
| 100 |
}
|
| 101 |
|
|
|
|
| 95 |
padding: 10px 20px;
|
| 96 |
font-size: 1rem;
|
| 97 |
cursor: pointer;
|
| 98 |
+
width: 100px;
|
| 99 |
font-weight: bold; /* Making the button text bold */
|
| 100 |
}
|
| 101 |
|