Make table cells in Elastic dashboard flexiable.
Elastic Flexible Table by sorcererxw
Details
Authorsorcererxw
LicenseNo License
Categoryelastic
Created
Updated
Size345 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Elastic Flexible Table
@version 20211208.11.28
@namespace userstyles.world/user/sorcererxw
@description Make table cells in Elastic dashboard flexiable.
@author sorcererxw
@license No License
==/UserStyle== */
@-moz-document domain("cloud.elastic.co") {
.euiTable {
table-layout: unset
}
}