Skip to content

Commit d1a1fb4

Browse files
authored
bug: Tables Too Narrow (#126)
* Issue with permissions tables appearing too narrow * Removed top level CSS which wasn't needed
1 parent 264054c commit d1a1fb4

File tree

2 files changed

+0
-50
lines changed

2 files changed

+0
-50
lines changed

packages/client/src/index.css

Lines changed: 0 additions & 49 deletions
This file was deleted.

packages/client/src/main.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import * as ReactDOM from 'react-dom/client';
22
import App from './App.tsx';
3-
import './index.css';
43
import { StrictMode } from 'react';
54
import './i18n';
65
import * as React from 'react';

0 commit comments

Comments
 (0)