mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-01-04 14:11:48 +08:00
Wrap app app info when too long
This commit is contained in:
parent
68b3b9f433
commit
ab5e11b78e
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ defmodule LivebookWeb.AppsLive do
|
|||
App info
|
||||
</div>
|
||||
<div class="border border-gray-200 rounded-lg flex justify-between p-4">
|
||||
<div class="flex flex-col md:flex-row space-y-4 md:space-y-0 md:space-x-8 w-full max-w-2xl">
|
||||
<div class="flex flex-col md:flex-row flex-wrap gap-4 md:gap-8 w-full max-w-2xl">
|
||||
<div class="flex-1">
|
||||
<.labeled_text label="Name" one_line>
|
||||
<%= app.notebook_name %>
|
||||
|
|
Loading…
Reference in a new issue