From 22ed1936090b013c3b18e6d272be0940dca24f70 Mon Sep 17 00:00:00 2001 From: proddy Date: Sat, 17 Aug 2024 12:36:09 +0200 Subject: [PATCH] unused css --- interface/src/app/main/Devices.tsx | 8 -------- 1 file changed, 8 deletions(-) diff --git a/interface/src/app/main/Devices.tsx b/interface/src/app/main/Devices.tsx index f8cf452cb..20ed79122 100644 --- a/interface/src/app/main/Devices.tsx +++ b/interface/src/app/main/Devices.tsx @@ -177,14 +177,6 @@ const Devices = () => { height: 42px; } `, - BaseCell: ` - &:nth-of-type(2) { - text-align: left; - }, - &:nth-of-type(4) { - text-align: center; - } - `, HeaderRow: ` .th { padding: 8px;