Skip to content

Commit 2d55783

Browse files
committed
Move a width specifier
1 parent bd94628 commit 2d55783

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

frontend_vue/src/components/tokens/webdav/TokenDisplay.vue

+1-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<ul>
2828
<li>Open the Finder, then type &#8984;-K to Connect to Server.</li>
2929
<li>Copy and paste <span id="input-wrapper">
30-
<input :value="webdavUrl" />
30+
<input class="w-[12rem]" :value="webdavUrl" />
3131
<BaseCopyButton
3232
:content="webdavUrl"
3333
class="ring-white ring-4"
@@ -52,7 +52,6 @@ ul li {
5252
5353
input {
5454
text-overflow:ellipsis;
55-
width: 12rem;
5655
}
5756
5857
#input-wrapper {

0 commit comments

Comments
 (0)