Skip to main content

Questions tagged [padding]

Extra space inserted into memory structures to achieve address alignment -or- extra space between the frame and the content of an HTML element -or- extra spaces or zeros when printing out values using formatting print commands like, in C, the printf*-family of functions.

padding
-2 votes
0 answers
7 views

how can I sync all padding and margin with different language?

how can I sync all padding and margin with different language? I have adjusted some blocks, padding and margin in my page builder and theme customizer under original language, however they are not ...
Johnny Chan's user avatar
-1 votes
2 answers
61 views

A padding issue when creating a navigation bar

I have just started HTML and CSS, and I want to make a navigation bar. I ran into a problem where each of my links has this weird padding under it when I hover over the links, as shown in pictures. ...
Yang Zack's user avatar
0 votes
0 answers
17 views

Why doesn't the padding attribute affect my app on a physical device, even though it works in the Android Studio design simulator?

I've encountered an issue where the padding attribute appears correctly in the Android Studio design simulator, but when I run the app on a physical device, the padding doesn't show. This used to work ...
Ziv Sion's user avatar
  • 454
0 votes
2 answers
45 views

Getting Inconsistent padding in tailwind css (on react+vite)

I am getting this type of padding /border . Click the link below to view. [Inconsistent padding in tailwind] Want like this (https://i.sstatic.net/2RsqliM6.png) I was trying to get border with ...
Uday Pratap Chauhan's user avatar
2 votes
2 answers
49 views

Textarea right padding when using a horizontal scrollbar?

When creating a textarea with a horizontal scrollbar, how to enable a padding on the right side? CSS padding works for the top right corner, but not for the right side: textarea { white-space: ...
Basj's user avatar
  • 44.9k
1 vote
2 answers
33 views

Why can't halfword-size data be placed on address 4x+1?

I've read several articles about data alignment and padding, and all of them tell me that the aim of alignment & padding is facilitating data access from memory(or cache). Like an integer, which ...
SZYoo's user avatar
  • 329
0 votes
0 answers
41 views

How to remove top padding in SwiftUI List Section header?

I've tried a myriad of parameters suggested in different forums, and none of them seems to reduce the HUGE gap there is above my section header: List { Section { // Section Content } ...
ssantos's user avatar
  • 16.4k
0 votes
0 answers
43 views

Calculation of content-size of a flex-item that has padding [duplicate]

In this article on making equal columns with flexbox, the author mentions 2 cases where things get ruined if some flex-items have padding. So he has a container with a width of 600px, and 3 flex-items ...
Rajit Gupta's user avatar
0 votes
2 answers
35 views

WPF - cannot remove padding/margin around DataGrid cells

I try to modify that white margin around my datagrid cells (I hide the cell H/V headers, also , sorry for hiding the text in the cells, it is company property related stuffs) Here is how I define the ...
pf12345678910's user avatar
0 votes
0 answers
24 views

Firefox: Why is padding-right inside scrolled element missing? [duplicate]

Why is padding-right inside scrolled element missing? div { border: 2px solid black; } .outer { max-width: 100px; overflow-x: scroll; padding: 10px; } .inner { width: 200px; padding: ...
Xaver Fleer's user avatar
0 votes
1 answer
33 views

Why is my key size generated from rsaKeygen() always 19?

When running the rsaKeygen() function, the key it makes is always length 19, and increasing the size of the p and q generation ranges causes the program to hang. Code: function rsaKeygen() p = math....
Overo3's user avatar
  • 21
1 vote
1 answer
126 views

How to apply padding to only one side in a PyTorch Conv1d Layer?

I am using PyTorch's CNN API to make a 1D convolutional layer. As an example, consider the below: CNN = nn.Conv1d( in_channels=1, out_channels=1, kernel_size=10, padding=? ) Ignore the ...
efwefwefwefwefw wefwefwefwef's user avatar
1 vote
1 answer
113 views

AES-128-ECB decryption "fails" due to padding after migrating from OpenSSL 1.0.2b to 3.3.0

I have a test program that works when linking to OpenSSL 1.0.2b but fails with OpenSSL 3.0.0 and OpenSSL 3.3.0. I believe the issue is on the encryption side because the decryption programmatically ...
rutgersmike's user avatar
  • 1,213
0 votes
0 answers
25 views

hamburger menu is not showing up, any idea

I made span lines to use for the burger menu but they dont show up. If I write something inside then the letters show up but nothing before hand. the code also does not seem to respond to the padding ...
Julio Vazquez's user avatar
1 vote
1 answer
60 views

How adding Zero-Head and Zeros at the end of an input sequence effect a DFT-IDFT process?

if I put zeros at the end of an input sequence, and take FFT, then take IFFT of a greater length by padding zeros to the FFT output, will the zeros of the input sequence reflect on the final IFFT ...
Amitabha Bhattacharjee's user avatar

15 30 50 per page
1
2 3 4 5
267