Skip to content
Bitkorn Blog
  • Bitkorn Gist

CSS Zeug

  • Posted on 3. März 2022
  • Posted by admin
  • Posted in CSS Scss Sass Less

force table column width

table.forced-width {
    width: 100%;
    table-layout: fixed !important;
}
table.forced-width td {
    white-space: nowrap;
    overflow: hidden;
}

table without borders

https://developer.mozilla.org/de/docs/Web/CSS/border-spacing

table.without-borders {
    border-spacing: 0;
    border-collapse: separate;
}
  • « Previous Post
  • Next Post »

Kategorien

  • Allgemein (2)
  • Android (2)
  • Anit Pattern (1)
  • Apache2 (1)
  • Cordova (3)
  • CSS Scss Sass Less (4)
  • Datenbank (23)
    • MySQL (13)
      • phpmyadmin (1)
    • PostgreSQL (10)
  • Eclipse (4)
    • DBeaver (1)
  • Git (4)
  • HTML (1)
  • IntelliJ (7)
  • Java (11)
    • Batik (1)
    • iText (2)
    • Maven (1)
    • Tomcat (2)
  • JavaScript (16)
    • Angular (7)
    • jQuery (2)
    • JSLint – TSLint (1)
    • node npm (2)
    • TypeScript (1)
    • webpack (1)
  • Linux (27)
    • apt (1)
    • Calibre (1)
    • K3b (1)
    • LinuxCNC (1)
    • Xfce (2)
  • Magento 1 (1)
  • Magento 2 (2)
  • MAKE (4)
    • Espressif (1)
    • Raspberry Pi (2)
  • Multimedia (5)
    • Blender 3d (2)
    • Gimp (1)
    • Inkscape (1)
  • Netbeans (3)
  • Odoo (1)
  • Office – Libre & Open (1)
  • PDF (1)
  • PHP (36)
    • Laminas Zend Framework 2 & 3 (16)
      • Apigility (1)
    • Wordpress Dev (2)
  • Python (2)
  • Regex (1)
  • Server (5)
  • Smartphone (1)
  • Subversion (1)
  • Tunderbird (1)
  • Unity3d (3)
  • Vektorgeometrie (1)
  • Virtualisierung (1)
  • VSCode (2)

This website uses the Simple Bootstrap theme

Powered by WordPress