light-bootstrap-dashboard icon indicating copy to clipboard operation
light-bootstrap-dashboard copied to clipboard

[Bug] Table TD LAST CHILD DISPLAY PROPERTY

Open asoetarmono opened this issue 6 years ago • 0 comments

Version

4

Reproduction link

https://demos.creative-tim.com/light-bootstrap-dashboard/examples/table.html

Operating System

Windows10

Device

PC

Browser & Version

Firefox latest

Steps to reproduce

  1. create card container
  2. create table inside the card body
  3. create row with 2 or more columns
  4. the last column always falling down a few pixel

What is expected?

straight line columns

What is actually happening?

I think becaus the class: .card .table tbody td:last-child "display" property


Solution

remove the display property

Additional comments

https://demos.creative-tim.com/light-bootstrap-dashboard/examples/table.html look at every last columns in your table

asoetarmono avatar Jul 12 '19 04:07 asoetarmono