min width
This commit is contained in:
parent
073a1ea2e4
commit
0663a56350
|
@ -24,5 +24,5 @@
|
|||
}
|
||||
|
||||
.search-restau{
|
||||
width:35%
|
||||
min-width:35%
|
||||
}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
export const environment = {
|
||||
production: false,
|
||||
apiUrl: "http://localhost:8080",
|
||||
apiUrl: "http://localhost:8081",
|
||||
tokenKey: "TOKEN-SIMPLEAT"
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue