Skip to content
Snippets Groups Projects
Unverified Commit aaa0805b authored by Alexander Lesnenko's avatar Alexander Lesnenko Committed by GitHub
Browse files

fix permissions layout (#22044)

parent 0996bd21
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ import { PermissionsSelectOption } from "./PermissionsSelectOption";
export const PermissionsSelectRoot = styled.div`
display: flex;
align-items: center;
width: 180px;
min-width: 180px;
cursor: ${props => (props.isDisabled ? "default" : "pointer")};
`;
......
......@@ -17,8 +17,6 @@ export const PermissionsTableCell = styled.td`
overflow: hidden;
&:first-of-type {
width: 1%;
white-space: nowrap;
max-width: 300px;
background: white;
left: 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment