mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
shortened text in Board
This commit is contained in:
@@ -18,6 +18,14 @@ const GlobalStyle = createGlobalStyle`
|
||||
color: ${props => props.color};
|
||||
font-family: ${props => props.fontFamily};
|
||||
}
|
||||
|
||||
.tooltip {
|
||||
border-radius: 0;
|
||||
max-width: 40%;
|
||||
font-size: 11px;
|
||||
padding: 3px;
|
||||
opacity: 100%;
|
||||
}
|
||||
`;
|
||||
|
||||
export default function App() {
|
||||
|
||||
Reference in New Issue
Block a user