Update templates/customer_details.html
Browse files
templates/customer_details.html
CHANGED
|
@@ -79,7 +79,7 @@
|
|
| 79 |
padding: 10px 20px;
|
| 80 |
font-size: 1rem;
|
| 81 |
cursor: pointer;
|
| 82 |
-
width:
|
| 83 |
font-weight: bold; /* Making the button text bold */
|
| 84 |
}
|
| 85 |
|
|
|
|
| 79 |
padding: 10px 20px;
|
| 80 |
font-size: 1rem;
|
| 81 |
cursor: pointer;
|
| 82 |
+
width: 50%;
|
| 83 |
font-weight: bold; /* Making the button text bold */
|
| 84 |
}
|
| 85 |
|