diff options
-rw-r--r-- | commentingapp/templates/commenting.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/commentingapp/templates/commenting.html b/commentingapp/templates/commenting.html index dbdb7c8..ef08090 100644 --- a/commentingapp/templates/commenting.html +++ b/commentingapp/templates/commenting.html @@ -15,8 +15,8 @@ {% csrf_token %} <table id = "comment-table" border = 2 align = "center" style="empty-cells:hide;"> <tr> - <th> Sr. no </th> - <th > Url </th> + <th style "width: 5%"> Sr. no </th> + <th style "width: 45%"> Url </th> <th colspan = ""> Comments </th> </tr> |