Skip to content

Commit e742fe7

Browse files
committed
Sett max/min bredde på tabellen
1 parent 35c82f6 commit e742fe7

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/components/user-table/user-table.less

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
.user-table {
44
width: 100%;
5+
min-width: 950px;
6+
overflow-x: auto;
57

68
&__no-users {
79
margin: 2rem auto 0 auto;

src/hovedside/hovedside.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
flex-direction: column;
55

66
&__table {
7+
max-width: 1900px;
78
margin: 2rem 2.5rem;
89
}
910

0 commit comments

Comments
 (0)