mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 00:18:12 +00:00
tables: Fix table column dimensions on hover.
This commit is contained in:
committed by
Tim Abbott
parent
f93cf330d4
commit
7ccfed65e8
@@ -698,6 +698,7 @@ div.overlay {
|
|||||||
border-collapse: separate;
|
border-collapse: separate;
|
||||||
|
|
||||||
& thead th {
|
& thead th {
|
||||||
|
min-width: 100px;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
background-color: hsl(0deg 0% 100%);
|
background-color: hsl(0deg 0% 100%);
|
||||||
border-top: 1px solid hsl(0deg 0% 0% / 20%) !important;
|
border-top: 1px solid hsl(0deg 0% 0% / 20%) !important;
|
||||||
@@ -708,7 +709,7 @@ div.overlay {
|
|||||||
content: " \f0d8";
|
content: " \f0d8";
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
position: relative;
|
position: absolute;
|
||||||
padding-top: 3px;
|
padding-top: 3px;
|
||||||
font: normal normal normal 12px/1 FontAwesome;
|
font: normal normal normal 12px/1 FontAwesome;
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
|
|||||||
Reference in New Issue
Block a user